read ISO as binary as well (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-06 12:11:30 +00:00
parent 4a2611210e
commit 133c74b9eb

View File

@ -483,7 +483,7 @@ chd_error chdcd_parse_iso(const char *tocfname, cdrom_toc &outtoc, chdcd_track_i
FILE *infile;
astring path = astring(tocfname);
infile = fopen(tocfname, "rt");
infile = fopen(tocfname, "rb");
path = get_file_path(path);
if (infile == (FILE *)NULL)