From b8e439ac46071087a051b22fbf8f07b67083bcdc Mon Sep 17 00:00:00 2001 From: qeed Date: Fri, 3 Sep 2010 16:29:08 +0000 Subject: [PATCH] fixed overflow --- src/drivers/common/cheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/common/cheat.cpp b/src/drivers/common/cheat.cpp index c91eeb96..d520296b 100644 --- a/src/drivers/common/cheat.cpp +++ b/src/drivers/common/cheat.cpp @@ -395,7 +395,7 @@ static int ShowShortList(char *moe[], int n, int def) { int x,c; int baa; //mbg merge 7/17/06 made to normal int - char tmp[16]; + char tmp[256]; red: for(x=0;x