diff src/getidblock.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/getidblock.c	Tue Jan 22 14:39:02 2008 -0800
+++ b/src/getidblock.c	Thu Jan 31 08:03:30 2008 -0800
@@ -21,7 +21,7 @@
   pst_file pstfile;
   unsigned int id;
   int decrypt = 0, process = 0, binary = 0, c;
-  unsigned char *buf = NULL;
+  char *buf = NULL;
   size_t readSize;
   pst_item *item;
   pst_desc_ll* ptr;