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:
parent
85c2495157
commit
bc8c080335
2 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ void AddBrowseButtons() {
|
|||
}
|
||||
}
|
||||
|
||||
static char szResult[1000];
|
||||
static char szResult[4096];
|
||||
|
||||
DWORD WINAPI myGetProfileString(LPCTSTR lpAppName, LPCTSTR lpKeyName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue