Fix tools as well (nw)

This commit is contained in:
Miodrag Milanovic 2017-05-15 19:38:50 +02:00
parent a4c5e29c2f
commit 9be358832d

View File

@ -2460,7 +2460,7 @@ static void do_extract_cd(parameters_t &params)
if (mode == MODE_GDI)
{
char temp[8];
char temp[11];
sprintf(temp, "%02d", tracknum+1);
trackbin_name.append(temp);
if (toc->tracks[tracknum].trktype == CD_TRACK_AUDIO)