From: Phil Pennock Date: Sat, 28 Apr 2012 21:17:24 +0000 (-0700) Subject: include string_unprinting() in COMPILE_UTILITY cases. X-Git-Tag: exim-4_80_RC1~50 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/79fe97d8ea163ff9a3b229998c5434890f03b18f include string_unprinting() in COMPILE_UTILITY cases. jgh debugged eximon build failure; util-spool_in.o needs it --- diff --git a/src/src/string.c b/src/src/string.c index ece200bcc..ab5156537 100644 --- 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 */