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:
parent
4fb9309882
commit
93af198570
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ BYTE* CDialogTemplate::Save(DWORD& dwSize) {
|
|||
}
|
||||
}
|
||||
|
||||
assert(seeker - pbDlg == dwSize);
|
||||
assert((DWORD) seeker - (DWORD) pbDlg == dwSize);
|
||||
|
||||
// DONE!
|
||||
return pbDlg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue