From edfe2ad132410685086785a9527af825714cb988 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Aug 2004 16:13:11 +0000 Subject: Minor comment change --- common/stringx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/stringx.c') diff --git a/common/stringx.c b/common/stringx.c index 7ee85ae..f4d9910 100644 --- a/common/stringx.c +++ b/common/stringx.c @@ -90,7 +90,7 @@ static void vmessage(clamsmtp_context_t* ctx, int level, int err, if(err) { /* TODO: strerror_r doesn't want to work for us - strerror(e, m + strlen(m), MAX_MSGLEN); */ + strerror_r(e, m + strlen(m), MAX_MSGLEN); */ strncat(m, strerror(e), len); } -- cgit v1.2.3