summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index ed671596..4d5a1a8f 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -327,7 +327,7 @@ gettime(int line, time_t dt, char*head)
memcpy(&endtime, ptime, sizeof(struct tm));
snprintf(yn, sizeof(yn), "%4d", ptime->tm_year + 1900);
- move(line, 0); prints("%s",head);
+ move(line, 0); outs(head);
i=strlen(head);
do {
getdata_buf(line, i, " ¦è¤¸¦~:", yn, 5, LCECHO);