mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 05:45:21 +03:00
Another bug in system prompts referencing
This commit is contained in:
parent
9b5b22658a
commit
9c38236a30
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ char * getSystemAudioPath(char * path)
|
||||||
|
|
||||||
void getSystemAudioFile(char * filename, int index)
|
void getSystemAudioFile(char * filename, int index)
|
||||||
{
|
{
|
||||||
char * str = getAudioPath(filename);
|
char * str = getSystemAudioPath(filename);
|
||||||
strcpy(str, audioFilenames[index]);
|
strcpy(str, audioFilenames[index]);
|
||||||
strcat(str, SOUNDS_EXT);
|
strcat(str, SOUNDS_EXT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue