diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-01 14:00:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-07 07:44:30 +0000 |
commit | 5ae2a7a90dab46cb862005191f379a24618b7215 (patch) | |
tree | 2bb1a5bd099d69c3d45ea3f36b34ab4df9a3980d | |
parent | 563bdeaa563054c842f46f249d4dcc3db9ac3403 (diff) |
Disabled debug code (only used for testing).
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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) { |