summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index a8bccb03..00442c70 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1355,7 +1355,7 @@ give_id_money(char *user_id, int money, FILE * log_fp, char *mail_title, time4_t
prints("id:%s money:%d ¤£¹ï§a!!", user_id, money);
pressanykey();
} else {
- fprintf(log_fp, "%d %s %d", t, user_id, money);
+ fprintf(log_fp, "%d %s %d", (int)t, user_id, money);
snprintf(tt, sizeof(tt), "%s : %d ptt ¹ô", mail_title, money);
mail_id(user_id, tt, "etc/givemoney.why", "[PTT »È¦æ]");
}