--- packfile.c~ Mon Mar 18 07:02:08 2002
+++ packfile.c  Mon Mar 18 07:03:04 2002
@@ -126,7 +126,7 @@
     if (segment_size % sizeof(opcode_t)) {
         fprintf(stderr,
                 "PackFile_unpack: Illegal %s table segment size %ld (must be multiple 
of %ld)!\n",
-                debug, segment_size, sizeof(opcode_t));
+                debug, segment_size, (long)sizeof(opcode_t));
         return 0;
     }
     return 1;

/J\
-- 
Jonathan Stowe                      |
<http://www.gellyfish.com>          |      This space for rent
                                    |

Reply via email to