Oops :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2468 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dc783e9ff8
commit
641104a79f
2 changed files with 0 additions and 11 deletions
|
@ -326,9 +326,6 @@ bool SaveSettings(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wsprintf(pszItem, "%d %d %d\r\n%s\r\n%s", nLength, lstrlen(pszBuffer), nBufLen, pFields[nIdx].pszListItems, pszBuffer);
|
|
||||||
MessageBox(0, pszItem, "asd", MB_OK);
|
|
||||||
|
|
||||||
FREE(pszItem);
|
FREE(pszItem);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -352,16 +349,8 @@ bool SaveSettings(void) {
|
||||||
WritePrivateProfileString(szField, "STATE", pszBuffer, pszFilename);
|
WritePrivateProfileString(szField, "STATE", pszBuffer, pszFilename);
|
||||||
}
|
}
|
||||||
|
|
||||||
MessageBox(0, "settings saved", "sad", MB_OK);
|
|
||||||
|
|
||||||
char bla[452];
|
|
||||||
wsprintf(bla, "%d", pszBuffer);
|
|
||||||
MessageBox(0, bla, pszBuffer, MB_OK);
|
|
||||||
|
|
||||||
FREE(pszBuffer);
|
FREE(pszBuffer);
|
||||||
|
|
||||||
MessageBox(0, "settings saved", "sad", MB_OK);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue