Merge tag 'release-0.17.5'

This commit is contained in:
Max Kellermann
2013-08-04 14:36:22 +02:00
8 changed files with 44 additions and 19 deletions

View File

@@ -173,7 +173,7 @@ Song::UpdateFileInArchive()
if (suffix == NULL)
return false;
plugin = decoder_plugin_from_suffix(suffix, nullptr);
plugin = decoder_plugin_from_suffix(suffix, NULL);
if (plugin == NULL)
return false;