Paul Vriens : imagehlp: Fixed typo (Coverity).
27 Jun
2006
27 Jun
'06
9:53 a.m.
Module: wine Branch: refs/heads/master Commit: 47c3663bec1211b7ec8b3d3a18061e6e789037a8 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=47c3663bec1211b7ec8b3d3a... Author: Paul Vriens <Paul.Vriens(a)xs4all.nl> Date: Mon Jun 26 15:30:06 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 ee21ddd..035c6ef 100644 --- a/dlls/imagehlp/modify.c +++ b/dlls/imagehlp/modify.c @@ -246,7 +246,7 @@ DWORD WINAPI MapFileAndCheckSumW( 0, 0, 0); - if (hMapping == 0) + if (BaseAddress == 0) { CloseHandle(hMapping); CloseHandle(hFile);
7110
Age (days ago)
7110
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard