forked from mirror/OpenTTD
(svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels.
This commit is contained in:
@@ -162,7 +162,7 @@ void SetDebugString(const char *s)
|
||||
const char *GetDebugString()
|
||||
{
|
||||
const DebugLevel *i;
|
||||
static char dbgstr[100];
|
||||
static char dbgstr[150];
|
||||
char dbgval[20];
|
||||
|
||||
memset(dbgstr, 0, sizeof(dbgstr));
|
||||
|
Reference in New Issue
Block a user