diff src/dumpblocks.c @ 298:201464dd356e

add default character set for items where the pst file does not specify a character set
author Carl Byington <carl@five-ten-sg.com>
date Tue, 02 Aug 2011 17:02:39 -0700
parents 2f38c4ce606f
children 26c48ea9d896
line wrap: on
line diff
--- a/src/dumpblocks.c	Thu Jul 28 17:28:49 2011 -0700
+++ b/src/dumpblocks.c	Tue Aug 02 17:02:39 2011 -0700
@@ -33,7 +33,7 @@
     DEBUG_ENT("main");
 
     printf("Opening file %s\n", file);
-    if (pst_open(&pstfile, file)) {
+    if (pst_open(&pstfile, file, NULL)) {
         printf("Failed to open file %s\n", file);
         exit(1);
     }