fixed compile warning

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4282 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-22 20:20:12 +00:00
parent 4fb9309882
commit 93af198570

View file

@ -617,7 +617,7 @@ BYTE* CDialogTemplate::Save(DWORD& dwSize) {
}
}
assert(seeker - pbDlg == dwSize);
assert((DWORD) seeker - (DWORD) pbDlg == dwSize);
// DONE!
return pbDlg;