summaryrefslogtreecommitdiffstats
path: root/util/angel.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/angel.c')
-rw-r--r--util/angel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/angel.c b/util/angel.c
index f074285f..247f4f02 100644
--- a/util/angel.c
+++ b/util/angel.c
@@ -144,7 +144,7 @@ void sendResult(){
"時間: %s\n"
"\n現在全站小天使有 %d 位\n"
"\n小主人人數最多的 %d 位小天使:\n",
- Cdate(&t), count, nReport);
+ ctime4(&t), count, nReport);
for (i = 0; i < nReport; ++i)
fprintf(fp, "%15s %5d 人\n", SHM->userid[list[i][1] - 1], list[i][0]);
fprintf(fp, "\n現在男女皆收的小天使有 %d 位\n"