projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80c557
)
include string_unprinting() in COMPILE_UTILITY cases.
author
Phil Pennock
<pdp@exim.org>
Sat, 28 Apr 2012 21:17:24 +0000
(14:17 -0700)
committer
Phil Pennock
<pdp@exim.org>
Sat, 28 Apr 2012 21:17:24 +0000
(14:17 -0700)
jgh debugged eximon build failure; util-spool_in.o needs it
src/src/string.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/string.c
b/src/src/string.c
index ece200bccda5a2807e05b93d1106322917bdbc19..ab5156537b38d91f2c3f8b4468040e0db94b870a 100644
(file)
--- a/
src/src/string.c
+++ b/
src/src/string.c
@@
-332,6
+332,10
@@
while (*t != 0)
*tt = 0;
return ss;
}
+#endif /* COMPILE_UTILITY */
+
+
+
/*************************************************
* Undo printing escapes in string *
@@
-398,7
+402,6
@@
while (*p)
return ss;
}
-#endif /* COMPILE_UTILITY */