aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistControl.cxx')
-rw-r--r--src/PlaylistControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistControl.cxx b/src/PlaylistControl.cxx
index 8fb634b77..f0cf05121 100644
--- a/src/PlaylistControl.cxx
+++ b/src/PlaylistControl.cxx
@@ -226,7 +226,7 @@ playlist::SeekSongPosition(player_control &pc, unsigned song, float seek_time)
}
queued = -1;
- UpdateQueuedSong(pc, NULL);
+ UpdateQueuedSong(pc, nullptr);
return PLAYLIST_RESULT_SUCCESS;
}