From c81e52ffcf0a10bde28b9debefc90f359c42eb41 Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 9 Feb 2005 10:11:33 +0000 Subject: fix last commit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2484 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/outmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/outmail.c b/util/outmail.c index 13db4e21..53e6e44d 100644 --- a/util/outmail.c +++ b/util/outmail.c @@ -38,7 +38,7 @@ char * qp_encode (char *s, size_t slen, const char *d, const char *tocode) } memcpy (s, "?=", 2), s += 2; *s='\0'; - return s; + return s0; } int waitReply(int sock) { -- cgit v1.2.3