summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:49:16 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:49:16 +0800
commit77977eec595648e9143769c7993c65490b753b99 (patch)
treee3fa49665ab69c7ac59c11323044dd6d545b8f26 /include/proto.h
parentda56c5ed1f424f78040d2bd7f11833978eeb46b8 (diff)
downloadpttbbs-77977eec595648e9143769c7993c65490b753b99.tar
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.gz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.bz2
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.lz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.xz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.zst
pttbbs-77977eec595648e9143769c7993c65490b753b99.zip
modify a little for vmsg
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1837 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 773a5a0c..01593227 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -479,7 +479,7 @@ void out_lines(char *str, int line);
#define isprint2(ch) ((ch & 0x80) || isprint(ch))
#define not_alpha(ch) (ch < 'A' || (ch > 'Z' && ch < 'a') || ch > 'z')
#define not_alnum(ch) (ch < '0' || (ch > '9' && ch < 'A') || (ch > 'Z' && ch < 'a') || ch > 'z')
-#define pressanykey() vmsg_lines(b_lines, "")
+#define pressanykey() vmsg_lines(b_lines, NULL)
int vmsg_lines(int lines, const char *msg);
time_t gettime(int line, time_t dt, char* head);
void setcalfile(char *buf, char *userid);