diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistControl.cxx | 2 |
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; } |