Previous 199869 Revisions Next

r20098 Sunday 6th January, 2013 at 12:11:30 UTC by Oliver Stöneberg
read ISO as binary as well (nw)
[src/lib/util]chdcd.c

trunk/src/lib/util/chdcd.c
r20097r20098
483483   FILE *infile;
484484   astring path = astring(tocfname);
485485
486   infile = fopen(tocfname, "rt");
486   infile = fopen(tocfname, "rb");
487487   path = get_file_path(path);
488488
489489   if (infile == (FILE *)NULL)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team