Skip to content
  • Alaric Senat's avatar
    Playlist: Check fclose retval while saving · 30533ca9
    Alaric Senat authored
    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))`.
    30533ca9