[ros-diffs] [weiden] 20031: fixed difference in signedness warning

weiden at svn.reactos.com weiden at svn.reactos.com
Sat Dec 10 01:07:44 CET 2005


fixed difference in signedness warning
Modified: trunk/reactos/drivers/dd/bootvid/bootvid.c
  _____  

Modified: trunk/reactos/drivers/dd/bootvid/bootvid.c
--- trunk/reactos/drivers/dd/bootvid/bootvid.c	2005-12-10 00:06:42 UTC
(rev 20030)
+++ trunk/reactos/drivers/dd/bootvid/bootvid.c	2005-12-10 00:07:40 UTC
(rev 20031)
@@ -69,7 +69,7 @@

 static CLIENT_ID BitmapThreadId;
 static PUCHAR BootimageBitmap;
 
-static ULONG ShutdownNotify;
+static LONG ShutdownNotify;
 static KEVENT ShutdownCompleteEvent;
 
 /* DATA
**********************************************************************/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051210/6c1f8251/attachment.html


More information about the Ros-diffs mailing list