From: Sebastien Douheret Date: Fri, 1 Jun 2018 12:00:15 +0000 (+0200) Subject: Disabled debug code (only used for testing). X-Git-Tag: 5.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F14153%2F3;p=apps%2Fapp-afb-helpers-submodule.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) {