Code Review
/
apps
/
app-afb-helpers-submodule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
563bdea
)
Disabled debug code (only used for testing).
53/14153/3
author
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Fri, 1 Jun 2018 12:00:15 +0000
(14:00 +0200)
committer
Jan-Simon Moeller
<jsmoeller@linuxfoundation.org>
Thu, 7 Jun 2018 07:44:30 +0000
(07:44 +0000)
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
escape.c
patch
|
blob
|
history
diff --git
a/escape.c
b/escape.c
index
f370fc9
..
dda2b56
100644
(file)
--- 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)
{