Playlist*: use nullptr instead of NULL
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user