diff options
Diffstat (limited to '')
-rw-r--r-- | src/SongUpdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index 9c4d44227..f08e0c20a 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -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; |