diff --git a/example/C++/iso2.cpp b/example/C++/iso2.cpp index 10d1c793..e8b8e365 100644 --- a/example/C++/iso2.cpp +++ b/example/C++/iso2.cpp @@ -1,5 +1,5 @@ /* - $Id: iso2.cpp,v 1.5 2005/11/07 07:44:00 rocky Exp $ + $Id: iso2.cpp,v 1.6 2005/11/10 11:22:55 rocky Exp $ Copyright (C) 2003, 2004, 2005 Rocky Bernstein @@ -81,7 +81,7 @@ main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; - int i; + unsigned int i; char const *psz_image; char const *psz_fname; char translated_name[256]; diff --git a/example/C++/iso3.cpp b/example/C++/iso3.cpp index 9f827264..195f558e 100644 --- a/example/C++/iso3.cpp +++ b/example/C++/iso3.cpp @@ -1,5 +1,5 @@ /* - $Id: iso3.cpp,v 1.1 2005/02/19 11:42:18 rocky Exp $ + $Id: iso3.cpp,v 1.2 2005/11/10 11:22:55 rocky Exp $ Copyright (C) 2004 Rocky Bernstein @@ -67,7 +67,7 @@ main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; - int i; + unsigned int i; char const *psz_fname; iso9660_t *p_iso;