summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-01 14:00:15 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 14:12:02 +0100
commit05e303a4cd6a22251ff65686bf176a1deb27ef5b (patch)
tree2bb1a5bd099d69c3d45ea3f36b34ab4df9a3980d
parenta4d9dc65dad0b7aa8bbb317c03fb7ff2fdc6322e (diff)
Disabled debug code (only used for testing).
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--escape.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
int main(int ac, char **av)
{