diff src/lspst.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 898118c3675e
children d1f930be4711
line wrap: on
line diff
--- a/src/lspst.c	Thu Jul 28 17:28:49 2011 -0700
+++ b/src/lspst.c	Tue Aug 02 17:02:39 2011 -0700
@@ -212,7 +212,7 @@
 	}
 
     // Open PST file
-    if (pst_open(&pstfile, argv[optind])) DIE(("Error opening File\n"));
+    if (pst_open(&pstfile, argv[optind], NULL)) DIE(("Error opening File\n"));
 
     // Load PST index
     if (pst_load_index(&pstfile)) DIE(("Index Error\n"));