diff options
Diffstat (limited to 'src/emu/mamecore.c')
| -rw-r--r-- | src/emu/mamecore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mamecore.c b/src/emu/mamecore.c index aa3cf98c9d0..dfc2039bcc7 100644 --- a/src/emu/mamecore.c +++ b/src/emu/mamecore.c @@ -14,4 +14,4 @@ #include <ctype.h> /* a giant string buffer for temporary strings */ -char giant_string_buffer[GIANT_STRING_BUFFER_SIZE]; +char giant_string_buffer[GIANT_STRING_BUFFER_SIZE] = { 0 }; |
