oops, that shouldn't be there
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4637 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fb5483c73e
commit
b6a484bdc4
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ public:
|
|||
DWORD dwSize;
|
||||
unsigned char *saved_dialog = dt.Save(dwSize);
|
||||
|
||||
FILE *f = fopen("F:\\NSIS\\Source\\test2.dlg", "wb");
|
||||
fwrite(saved_dialog, dwSize, 1, f);
|
||||
fclose(f);
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL( (DWORD) sizeof(original_dialog), dwSize );
|
||||
CPPUNIT_ASSERT_EQUAL( 0, memcmp(saved_dialog, original_dialog, dwSize) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue