diff src/dumpblocks.c @ 172:6954d315aaa8

move version-info into main configure.in, and set it properly. prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 16:00:48 -0700
parents ab384fed78c5
children d588dafd03e8
line wrap: on
line diff
--- a/src/dumpblocks.c	Sun Mar 29 08:51:13 2009 -0700
+++ b/src/dumpblocks.c	Sat Apr 04 16:00:48 2009 -0700
@@ -52,7 +52,7 @@
         }
 
     ptr = pstfile.i_head;
-    outname = (char *) xmalloc(OUT_BUF);
+    outname = (char *) pst_malloc(OUT_BUF);
     printf("Saving blocks\n");
     while (ptr != NULL) {
         /*    if (pstfile.encryption == PST_ENC) {