1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00

Now it works. No hashed sounds at startup.

This commit is contained in:
Bertrand Songis 2014-02-20 19:07:39 +01:00
parent a91bfbba9e
commit 91bec1e4d9

View file

@ -230,7 +230,7 @@ void referenceModelAudioFiles()
sdAvailableLogicalSwitchAudioFiles = 0;
char * filename = getModelPath(path);
// TODO au cas ou ... *(filename-1) = '\0';
*(filename-1) = '\0';
FRESULT res = f_opendir(&dir, path); /* Open the directory */
if (res == FR_OK) {