diff options
| author | 2017-05-15 19:38:50 +0200 | |
|---|---|---|
| committer | 2017-05-15 19:40:12 +0200 | |
| commit | 9be358832dd20ad7bd8f72ae34a4f03d8bd2abc2 (patch) | |
| tree | fc5b4544f8042682891a738ae66bfd1349810720 /src/tools | |
| parent | a4c5e29c2f3e99bd3ee5d82afffd13f4f03af876 (diff) | |
Fix tools as well (nw)
Diffstat (limited to 'src/tools')
| -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 87b9b9d799a..cc807e622c8 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -2460,7 +2460,7 @@ static void do_extract_cd(parameters_t ¶ms) 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) |
