From fbfb057e8bed90f73850d8e871e4d70e8fa705ce Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 00:17:38 +0000 Subject: Standardize the string functions and search for them properly when configuring on different OSs. --- daemon/rrdbotd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'daemon/rrdbotd.c') diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c index 94212b5..a9171e8 100644 --- a/daemon/rrdbotd.c +++ b/daemon/rrdbotd.c @@ -46,7 +46,6 @@ #include #include -#include "stringx.h" #include "rrdbotd.h" /* The default command line options */ @@ -172,7 +171,7 @@ rb_vmessage(int level, int err, const char* msg, va_list ap) /* Cleanup the message a little */ strlcpy(buf, msg, MAX_MSGLEN); - trim_end(buf); + stretrim(buf); if(err) { -- cgit v1.2.3