From 1c3f11034b11cb841f6188841d4b1222314d5757 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 19 Apr 2008 12:29:22 +0000 Subject: - make ZA system complete. - elimiate minor warning git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4205 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- upgrade/r4194_passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade') diff --git a/upgrade/r4194_passwd.c b/upgrade/r4194_passwd.c index 3e6c97c4..fe555c43 100644 --- a/upgrade/r4194_passwd.c +++ b/upgrade/r4194_passwd.c @@ -234,7 +234,7 @@ int main(void) userec_t old; int i = 0; - printf("sizeof(userec_t)=%lu\n", sizeof(userec_t)); + printf("sizeof(userec_t)=%u\n", (unsigned int)sizeof(userec_t)); printf("You're going to convert your .PASSWDS\n"); printf("The new file will be named .PASSWDS.trans.tmp\n"); -- cgit v1.2.3