parent
aa877a29d7
commit
3b84eb3b70
@ -128,7 +128,7 @@ gme_container_scan(Path path_fs)
|
|||||||
for (unsigned i = 1; i < num_songs; ++i) {
|
for (unsigned i = 1; i < num_songs; ++i) {
|
||||||
char track_name[64];
|
char track_name[64];
|
||||||
snprintf(track_name, sizeof(track_name),
|
snprintf(track_name, sizeof(track_name),
|
||||||
"%03u.%s", i, subtune_suffix);
|
SUBTUNE_PREFIX "%03u.%s", i, subtune_suffix);
|
||||||
tail = list.emplace_after(tail, track_name);
|
tail = list.emplace_after(tail, track_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user