diff options
Diffstat (limited to 'upgrade')
-rw-r--r-- | upgrade/r4194_passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |