define U32 as unsigned int, not unsigned long
authorkramm <kramm>
Sun, 21 Jan 2007 22:53:56 +0000 (22:53 +0000)
committerkramm <kramm>
Sun, 21 Jan 2007 22:53:56 +0000 (22:53 +0000)
installer/depack.h

index 1341c26..9182fb4 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef Depack_h
 #define Depack_h
 
-typedef unsigned long int U32;
+typedef unsigned int U32;
 typedef unsigned char U8;
 
 typedef struct {