StateFile: use nullptr instead of NULL
This commit is contained in:
parent
430dd3ae05
commit
fa05dac5ae
@ -106,7 +106,7 @@ StateFile::Read()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char *line;
|
const char *line;
|
||||||
while ((line = file.ReadLine()) != NULL) {
|
while ((line = file.ReadLine()) != nullptr) {
|
||||||
success = read_sw_volume_state(line, partition.outputs) ||
|
success = read_sw_volume_state(line, partition.outputs) ||
|
||||||
audio_output_state_read(line, partition.outputs) ||
|
audio_output_state_read(line, partition.outputs) ||
|
||||||
playlist_state_restore(line, file, song_loader,
|
playlist_state_restore(line, file, song_loader,
|
||||||
|
Loading…
Reference in New Issue
Block a user