Allow longer path strings in adminmenu (bug 3620, r=pred).

This commit is contained in:
mr.e.unk 2009-02-07 22:01:09 -05:00
parent 178347f9f1
commit 36bd6423c2

View File

@ -170,7 +170,7 @@ BuildDynamicMenu()
new count = 1;
decl String:countBuffer[10] = "1";
decl String:inputBuffer[32];
decl String:inputBuffer[48];
while (KvJumpToKey(kvMenu, countBuffer))
{
@ -718,4 +718,4 @@ stock bool:UnQuoteString(String:input[], String:output[], maxlen, String:quotech
output[count] = 0;
return true;
}
}