Commit 3b84eb3b authored by Max Kellermann's avatar Max Kellermann

decoder/gme: add missing SUBTUNE_PREFIX

Got lost in 0abee77e
parent aa877a29
......@@ -128,7 +128,7 @@ gme_container_scan(Path path_fs)
for (unsigned i = 1; i < num_songs; ++i) {
char track_name[64];
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment