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;
|
new count = 1;
|
||||||
decl String:countBuffer[10] = "1";
|
decl String:countBuffer[10] = "1";
|
||||||
|
|
||||||
decl String:inputBuffer[32];
|
decl String:inputBuffer[48];
|
||||||
|
|
||||||
while (KvJumpToKey(kvMenu, countBuffer))
|
while (KvJumpToKey(kvMenu, countBuffer))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user