printf lint for Doz.

This commit is contained in:
rocky
2004-02-04 10:22:01 +00:00
parent a3ef12615c
commit 8d24568ada

View File

@@ -1,5 +1,5 @@
/* /*
$Id: sample6.c,v 1.3 2004/01/29 04:22:49 rocky Exp $ $Id: sample6.c,v 1.4 2004/02/04 10:22:01 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -82,8 +82,8 @@ main(int argc, const char *argv[])
statbuf->lsn + (i / ISO_BLOCKSIZE), statbuf->lsn + (i / ISO_BLOCKSIZE),
false) ) false) )
{ {
fprintf(stderr, "Error reading ISO 9660 file at lsn %d\n", fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n",
statbuf->lsn + (i / ISO_BLOCKSIZE)); (long unsigned int) statbuf->lsn + (i / ISO_BLOCKSIZE));
return 4; return 4;
} }