diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-01 14:00:15 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | 05e303a4cd6a22251ff65686bf176a1deb27ef5b (patch) | |
tree | 2bb1a5bd099d69c3d45ea3f36b34ab4df9a3980d /escape.c | |
parent | a4d9dc65dad0b7aa8bbb317c03fb7ff2fdc6322e (diff) |
Disabled debug code (only used for testing).
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'escape.c')
-rw-r--r-- | escape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |