fix copy-paste error

This commit is contained in:
LiquidFenrir
2018-05-09 00:22:34 +02:00
parent 1c24d08eef
commit cac2450fde

View File

@@ -119,7 +119,7 @@ static Result install_theme_internal(Entry_List_s themes, int installmode)
memcpy(padded, music, music_size); memcpy(padded, music, music_size);
free(music); free(music);
FSFILE_Write(bgm_cache_handle, NULL, 0, padded, BGM_MAX_SIZE, 0); FSFILE_Write(bgm_cache_handle, NULL, 0, padded, BGM_MAX_SIZE, FS_WRITE_FLUSH);
FSFILE_Close(bgm_cache_handle); FSFILE_Close(bgm_cache_handle);
free(padded); free(padded);