M.Z.
This commit is contained in:
@@ -119,7 +119,7 @@ void F_FUN(err_txt)(F_CHAR(text), int text_len) {
|
||||
}
|
||||
|
||||
void F_FUN(err_msg)(F_CHAR(text), int text_len) {
|
||||
char buf[256];
|
||||
static char buf[256];
|
||||
|
||||
STR_TO_C(buf, text);
|
||||
ErrMsg(buf);
|
||||
|
||||
Reference in New Issue
Block a user