summaryrefslogtreecommitdiff
path: root/src/common/showmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r--src/common/showmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c
index 56c41b89d..b65181f3a 100644
--- a/src/common/showmsg.c
+++ b/src/common/showmsg.c
@@ -3,7 +3,7 @@
#include <string.h>
#include "showmsg.h"
-char tmp_output[1024] = "\0";
+char tmp_output[1024] = {"\0"};
int _ShowMessage(const char *string, enum msg_type flag){ // by MC Cameri
/*