We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed7a3a commit 8335adaCopy full SHA for 8335ada
src/tools/chdman.cpp
@@ -2795,17 +2795,14 @@ static void do_extract_cd(parameters_map ¶ms)
2795
2796
for (int tracknum = 0; tracknum < toc.numtrks; tracknum++)
2797
{
2798
- if (is_splitbin)
+ if (track_filenames[tracknum] != trackbin_name)
2799
2800
totaloutputoffs += outputoffs;
2801
outputoffs = 0;
2802
2803
if (mode != MODE_GDI)
2804
discoffs = 0;
2805
- }
2806
2807
- if (track_filenames[tracknum] != trackbin_name)
2808
- {
2809
output_bin_file.reset();
2810
2811
trackbin_name = track_filenames[tracknum];
0 commit comments