From: Sebastien Douheret Date: Fri, 1 Jun 2018 12:00:15 +0000 (+0200) Subject: Disabled debug code (only used for testing). X-Git-Tag: 6.99.3~20 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=05e303a4cd6a22251ff65686bf176a1deb27ef5b;p=src%2Flibafb-helpers.git Disabled debug code (only used for testing). Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc Signed-off-by: Sebastien Douheret --- diff --git a/escape.c b/escape.c index f370fc9..dda2b56 100644 --- a/escape.c +++ b/escape.c @@ -408,7 +408,7 @@ char *unescape(const char *text, size_t textlen, size_t *reslength) return result; } -#if 1 +#if 0 #include int main(int ac, char **av) {