Merge tag 'release-0.18.10'

This commit is contained in:
Max Kellermann
2014-04-10 13:49:20 +02:00
5 changed files with 63 additions and 19 deletions

View File

@@ -120,6 +120,7 @@ gme_container_scan(Path path_fs, const unsigned int tnum)
}
const unsigned num_songs = gme_track_count(emu);
gme_delete(emu);
/* if it only contains a single tune, don't treat as container */
if (num_songs < 2)
return nullptr;