[Proper] Quick fix for language loading: "case: ')' contained in string"

This commit is contained in:
GammaTendonNine 2020-11-12 13:17:01 -06:00
parent 2511dab424
commit 751bb2577f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ u8 *getTranslatedText(char *txt){
} else {
ctm = getCharacter(")");
if(ctm.txt != NULL){
tmp[cid] = ctm.value[0];
tmp[cid - shiftArr] = ctm.value[0];
}
}
memset(tmpIcon, 0, sizeof(tmpIcon));