GUI: fix labels being empty
This commit is contained in:
parent
bb5cee4a66
commit
774a949cca
2 changed files with 6 additions and 6 deletions
|
|
@ -5074,9 +5074,9 @@ FurnaceGUI::FurnaceGUI():
|
|||
memset(emptyLabel,0,32);
|
||||
memset(emptyLabel2,0,32);
|
||||
|
||||
strncat(noteOffLabel,"OFF",32);
|
||||
strncat(noteRelLabel,"===",32);
|
||||
strncat(macroRelLabel,"REL",32);
|
||||
strncat(emptyLabel,"...",32);
|
||||
strncat(emptyLabel2,"..",32);
|
||||
strncpy(noteOffLabel,"OFF",32);
|
||||
strncpy(noteRelLabel,"===",32);
|
||||
strncpy(macroRelLabel,"REL",32);
|
||||
strncpy(emptyLabel,"...",32);
|
||||
strncpy(emptyLabel2,"..",32);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue