[ros-diffs] [weiden] 17184: fixed differences in signedness warnings

weiden at svn.reactos.com weiden at svn.reactos.com
Mon Aug 8 01:06:03 CEST 2005


fixed differences in signedness warnings
Modified: trunk/reactos/drivers/storage/atapi/atapi.c
  _____  

Modified: trunk/reactos/drivers/storage/atapi/atapi.c
--- trunk/reactos/drivers/storage/atapi/atapi.c	2005-08-07 23:00:51 UTC
(rev 17183)
+++ trunk/reactos/drivers/storage/atapi/atapi.c	2005-08-07 23:05:57 UTC
(rev 17184)
@@ -293,10 +293,10 @@

 //  ----------------------------------------------------------------
Inlines
 
 void
-IDESwapBytePairs(char *Buf,
+IDESwapBytePairs(UCHAR *Buf,
                  int Cnt)
 {
-  char  t;
+  UCHAR  t;
   int   i;
 
   for (i = 0; i < Cnt; i += 2)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050808/94523b6c/attachment.html


More information about the Ros-diffs mailing list