summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-09 18:11:33 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-09 18:11:33 +0800
commitc81e52ffcf0a10bde28b9debefc90f359c42eb41 (patch)
treec3807c18864cc379d41a6a0a0549d13f97d7118b /util
parent8211de21459dca80a495fe4294524cd5fcb8ff6e (diff)
downloadpttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar.gz
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar.bz2
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar.lz
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar.xz
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.tar.zst
pttbbs-c81e52ffcf0a10bde28b9debefc90f359c42eb41.zip
fix last commit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2484 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/outmail.c2
1 files changed, 1 insertions, 1 deletions
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) {