diff src/debug.c @ 70:b12f4e50e2e8

Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile. Signed/unsigned cleanup from 'CFLAGS=-Wextra ./configure' Reindent vbuf.c to make it readable.
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 May 2008 10:04:33 -0700
parents f66078abed38
children 3cb02cb1e6cd
line wrap: on
line diff
--- a/src/debug.c	Sat May 10 12:45:23 2008 -0700
+++ b/src/debug.c	Sun May 11 10:04:33 2008 -0700
@@ -47,7 +47,7 @@
 
 #define NUM_COL 30
 void pst_debug_hexdumper(FILE *out, unsigned char *buf, size_t size, int col, int delta) {
-    int off = 0, toff;
+    size_t off = 0, toff;
     int count = 0;
 
     if (!out) return;   // no file