Skip to content

Commit 0d9b487

Browse files
philmozpfeerick
authored andcommitted
fix(color): crash in SF list when using CN/TW translations (#4862)
1 parent 0a33bbe commit 0d9b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: radio/src/gui/colorlcd/special_functions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class SpecialFunctionButton : public Button
575575
}
576576
uint8_t func = CFN_FUNC(cfn);
577577

578-
char s[32] = "SFxx";
578+
char s[64] = "SFxx";
579579
if (functions == g_eeGeneral.customFn) s[0] = 'G';
580580
strAppendUnsigned(&s[2], index+1);
581581

0 commit comments

Comments
 (0)