aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongUpdate.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-04 14:36:22 +0200
committerMax Kellermann <max@duempel.org>2013-08-04 14:36:22 +0200
commit9326ce53ecd225269147109d87af763fc3846ddf (patch)
tree510b468db4f9007502516c1bf7dc8db65c655da6 /src/SongUpdate.cxx
parentfcb7233b25f21c15e132a9c0e0de5ab5b4f492c7 (diff)
parentd8217c364a182a12fb8abd19732341af1515ffb0 (diff)
downloadmpd-9326ce53ecd225269147109d87af763fc3846ddf.tar.gz
mpd-9326ce53ecd225269147109d87af763fc3846ddf.tar.xz
mpd-9326ce53ecd225269147109d87af763fc3846ddf.zip
Merge tag 'release-0.17.5'
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx2
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;