4096 chars in Text field, that should be enough

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2048 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-01-09 14:33:30 +00:00
parent 85c2495157
commit bc8c080335
2 changed files with 1 additions and 1 deletions

View file

@ -446,7 +446,7 @@ void AddBrowseButtons() {
}
}
static char szResult[1000];
static char szResult[4096];
DWORD WINAPI myGetProfileString(LPCTSTR lpAppName, LPCTSTR lpKeyName)
{