[exim-cvs] include string_unprinting() in COMPILE_UTILITY ca…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] include string_unprinting() in COMPILE_UTILITY cases.
Gitweb: http://git.exim.org/exim.git/commitdiff/79fe97d8ea163ff9a3b229998c5434890f03b18f
Commit:     79fe97d8ea163ff9a3b229998c5434890f03b18f
Parent:     c80c557026f3933b0472b13331924f8bd4ed9bf7
Author:     Phil Pennock <pdp@???>
AuthorDate: Sat Apr 28 14:17:24 2012 -0700
Committer:  Phil Pennock <pdp@???>
CommitDate: Sat Apr 28 14:17:24 2012 -0700


    include string_unprinting() in COMPILE_UTILITY cases.


    jgh debugged eximon build failure; util-spool_in.o needs it
---
 src/src/string.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/src/src/string.c b/src/src/string.c
index ece200b..ab51565 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 */