summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-01 14:00:15 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-07 07:44:30 +0000
commit5ae2a7a90dab46cb862005191f379a24618b7215 (patch)
tree2bb1a5bd099d69c3d45ea3f36b34ab4df9a3980d
parent563bdeaa563054c842f46f249d4dcc3db9ac3403 (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)
{