fixed differences in signedness warnings
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 7 Aug 2005 23:05:57 +0000 (23:05 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 7 Aug 2005 23:05:57 +0000 (23:05 +0000)
svn path=/trunk/; revision=17184

reactos/drivers/storage/atapi/atapi.c

index c9c4be3..7105f9a 100644 (file)
@@ -293,10 +293,10 @@ AtapiScsiSrbToAtapi (PSCSI_REQUEST_BLOCK Srb);
 //  ----------------------------------------------------------------  Inlines
 
 void
 //  ----------------------------------------------------------------  Inlines
 
 void
-IDESwapBytePairs(char *Buf,
+IDESwapBytePairs(UCHAR *Buf,
                  int Cnt)
 {
                  int Cnt)
 {
-  char  t;
+  UCHAR  t;
   int   i;
 
   for (i = 0; i < Cnt; i += 2)
   int   i;
 
   for (i = 0; i < Cnt; i += 2)