diff options
Diffstat (limited to 'src/tools/chdman.cpp')
-rw-r--r-- | src/tools/chdman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp index cc807e622c8..7bdf2be0a9b 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -1259,7 +1259,7 @@ void output_track_metadata(int mode, util::core_file &file, int tracknum, const switch (info.trktype) { case CD_TRACK_MODE1: - mode = 0; + mode = 4; size = 2048; break; |