StateFile: use nullptr instead of NULL

This commit is contained in:
Max Kellermann 2014-07-30 18:45:14 +02:00
parent 430dd3ae05
commit fa05dac5ae
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ StateFile::Read()
#endif
const char *line;
while ((line = file.ReadLine()) != NULL) {
while ((line = file.ReadLine()) != nullptr) {
success = read_sw_volume_state(line, partition.outputs) ||
audio_output_state_read(line, partition.outputs) ||
playlist_state_restore(line, file, song_loader,