ciso.h.patch 798 B

123456789101112131415
  1. --- ciso.h~ 2006-11-03 21:53:02.000000000 +0100
  2. +++ ciso.h 2010-06-27 13:54:03.148928062 +0200
  3. @@ -28,9 +28,9 @@
  4. typedef struct ciso_header
  5. {
  6. unsigned char magic[4]; /* +00 : 'C','I','S','O' */
  7. - unsigned long header_size; /* +04 : header size (==0x18) */
  8. + uint32_t header_size; /* +04 : header size (==0x18) */
  9. unsigned long long total_bytes; /* +08 : number of original data size */
  10. - unsigned long block_size; /* +10 : number of compressed block size */
  11. + uint32_t block_size; /* +10 : number of compressed block size */
  12. unsigned char ver; /* +14 : version 01 */
  13. unsigned char align; /* +15 : align of index value */
  14. unsigned char rsv_06[2]; /* +16 : reserved */