From f356d732431c8060d35093f4f03c88255d97b8b8 Mon Sep 17 00:00:00 2001 From: Rumble Date: Sat, 3 May 2014 19:52:23 -0400 Subject: [PATCH] Update ibt.c --- src/ibt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibt.c b/src/ibt.c index 10a81b5..6d30070 100755 --- a/src/ibt.c +++ b/src/ibt.c @@ -518,7 +518,7 @@ ACMD(do_ibt) } else { send_to_char(ch, "%s%s by %s%s\r\n",QCYN, ibt_types[subcmd], QYEL, ibtData->name); - send_to_char(ch, "%sSubmitted: %s%s", QCYN, QYEL, ibtData->dated ? ctime(&ibtData->dated) : "Unknown\r\n"); + send_to_char(ch, "%sSubmitted: %s%s", QCYN, QYEL, ibtData->dated ? ctime((const time_t*)&ibtData->dated) : "Unknown\r\n"); if (GET_LEVEL(ch) >= LVL_IMMORT) { send_to_char(ch, "%sLevel: %s%d\r\n",QCYN, QYEL, ibtData->level); send_to_char(ch, "%sRoom : %s%d\r\n",QCYN, QYEL, ibtData->room);