Allow longer path strings in adminmenu (bug 3620, r=pred).
This commit is contained in:
parent
178347f9f1
commit
36bd6423c2
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user