mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-02-21 06:57:27 -05:00
Use safer copy
This commit is contained in:
parent
85ea714955
commit
1f5f3a1f9f
@ -71,7 +71,7 @@ void drawVersion()
|
||||
|
||||
void drawCallsign()
|
||||
{
|
||||
strcpy_P(b,CALLSIGN_STRING);
|
||||
strncpy_P(b,CALLSIGN_STRING,sizeof(b));
|
||||
displayText(b,LAYOUT_CW_TEXT_X,LAYOUT_CW_TEXT_Y,LAYOUT_CW_TEXT_WIDTH,LAYOUT_CW_TEXT_HEIGHT,COLOR_ACTIVE_TEXT,COLOR_BACKGROUND,COLOR_BACKGROUND);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user