paranoia.c: slight code touch-up. *.cpp remove lint warnings, e.g. int -> unsigned int

This commit is contained in:
rocky
2009-04-20 01:51:40 -04:00
parent 7306b590ce
commit 768c2ff249
7 changed files with 41 additions and 21 deletions

View File

@@ -71,7 +71,7 @@ main(int argc, const char *argv[])
{
ISO9660::Stat *p_stat;
FILE *p_outfd;
int i;
unsigned int i;
char const *psz_image;
char const *psz_fname;
ISO9660::IFS *p_iso = new ISO9660::IFS;