Previous 199869 Revisions Next

r34414 Friday 16th January, 2015 at 11:59:17 UTC by Oliver Stöneberg
fixed chdman.c compiler warning (nw)
[src/tools]chdman.c

trunk/src/tools/chdman.c
r242925r242926
16981698      astring *size_str = params.find(OPTION_SIZE);
16991699      if (size_str != NULL)
17001700      {
1701         if (sscanf(*size_str, "%d", &filesize) != 1)
1701         if (sscanf(*size_str, "%"I64FMT"d", &filesize) != 1)
17021702            report_error(1, "Invalid size string");
17031703      }
17041704   }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team