projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f29b15b
)
Prevent warning in optimized builds
author
Gé van Geldorp
<ge@gse.nl>
Tue, 5 Jul 2005 17:10:19 +0000
(17:10 +0000)
committer
Gé van Geldorp
<ge@gse.nl>
Tue, 5 Jul 2005 17:10:19 +0000
(17:10 +0000)
svn path=/trunk/; revision=16431
reactos/lib/gdi32/objects/dc.c
patch
|
blob
|
history
diff --git
a/reactos/lib/gdi32/objects/dc.c
b/reactos/lib/gdi32/objects/dc.c
index
51f22e4
..
f8f18e4
100644
(file)
--- a/
reactos/lib/gdi32/objects/dc.c
+++ b/
reactos/lib/gdi32/objects/dc.c
@@
-147,7
+147,7
@@
CreateICA(
NTSTATUS Status;
LPWSTR lpszDriverW, lpszDeviceW, lpszOutputW;
UNICODE_STRING Driver, Device, Output;
NTSTATUS Status;
LPWSTR lpszDriverW, lpszDeviceW, lpszOutputW;
UNICODE_STRING Driver, Device, Output;
- LPDEVMODEW dvmInitW;
+ LPDEVMODEW dvmInitW
= NULL
;
HDC rc = 0;
Status = HEAP_strdupA2W ( &lpszDriverW, lpszDriver );
HDC rc = 0;
Status = HEAP_strdupA2W ( &lpszDriverW, lpszDriver );