mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Now it works. No hashed sounds at startup.
This commit is contained in:
parent
a91bfbba9e
commit
91bec1e4d9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue