Paul Vriens : imagehlp: Fixed typo (Coverity).
26 Jun
2006
26 Jun
'06
12:11 p.m.
Module: wine Branch: refs/heads/master Commit: 7c6febe6eb95209db71f8a76cf4d2d6058bd86a1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7c6febe6eb95209db71f8a76... Author: Paul Vriens <Paul.Vriens(a)xs4all.nl> Date: Fri Jun 23 13:02:56 2006 +0200 imagehlp: Fixed typo (Coverity). --- dlls/imagehlp/modify.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/imagehlp/modify.c b/dlls/imagehlp/modify.c index 92b195d..ee21ddd 100644 --- a/dlls/imagehlp/modify.c +++ b/dlls/imagehlp/modify.c @@ -180,7 +180,7 @@ DWORD WINAPI MapFileAndCheckSumA( 0, 0, 0); - if (hMapping == 0) + if (BaseAddress == 0) { CloseHandle(hMapping); CloseHandle(hFile);
7112
Age (days ago)
7112
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard