diff src/dumpblocks.c @ 52:034641c26ab9

code cleanup
author carl
date Thu, 31 Jan 2008 08:03:30 -0800
parents f66078abed38
children 7d5c637aaafb
line wrap: on
line diff
--- a/src/dumpblocks.c	Tue Jan 22 14:39:02 2008 -0800
+++ b/src/dumpblocks.c	Thu Jan 31 08:03:30 2008 -0800
@@ -10,7 +10,7 @@
   pst_file pstfile;
   pst_index_ll *ptr;
   char *outdir=NULL, *file=NULL, *outname=NULL;
-  unsigned char *buf=NULL;
+  char *buf=NULL;
   int c;
   FILE *fp;