...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2469 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
641104a79f
commit
383da256bf
2 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue