This commit is contained in:
cvs
2002-08-12 09:07:08 +00:00
parent bde19bb973
commit 643f0d81be
10 changed files with 187 additions and 73 deletions

View File

@@ -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);