Forgot to add g_dwLength to NSCRIPTDATA

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1362 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-09 20:48:33 +00:00
parent b014c64356
commit c67012b48b
2 changed files with 4 additions and 4 deletions

View file

@ -70,6 +70,7 @@ typedef struct NSISScriptData {
char *input_script;
char *branding;
int retcode;
DWORD logLength;
BOOL warnings;
BOOL appended;
HINSTANCE hInstance;