git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2469 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-04-18 21:46:11 +00:00
parent 641104a79f
commit 383da256bf
2 changed files with 1 additions and 1 deletions

View file

@ -313,7 +313,7 @@ bool SaveSettings(void) {
pszBuffer = (char*)MALLOC(nBufLen);
if (!pszBuffer) return false;
}
char *pszItem = (char*)MALLOC(/*nBufLen*/32000);
char *pszItem = (char*)MALLOC(nBufLen);
if (!pszItem) return false;
*pszBuffer = '\0';