Skip to content
Snippets Groups Projects
Commit 30533ca9 authored by Alaric Senat's avatar Alaric Senat
Browse files

Playlist: Check fclose retval while saving

It should not be assumed that the playlist was saved properly when
`fclose` fails.

The RAII wrapper here does not improve readability or shorten the code.
Removing it also works around a GCC `-Wignored-attributes` warning that
was triggered due to `fclose` being tagged as `__nonnull((1))`.
parent 0fe11e10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment