Mercurial > libpst
diff src/pst2dii.cpp.in @ 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 | db6db9a26a19 |
line wrap: on
line diff
--- a/src/pst2dii.cpp.in Thu Jul 28 17:28:49 2011 -0700 +++ b/src/pst2dii.cpp.in Tue Aug 02 17:02:39 2011 -0700 @@ -694,7 +694,7 @@ #endif DEBUG_INIT(d_log, NULL); DEBUG_ENT("main"); - RET_DERROR(pst_open(&pstfile, fname), 1, ("Error opening File\n")); + RET_DERROR(pst_open(&pstfile, fname, NULL), 1, ("Error opening File\n")); RET_DERROR(pst_load_index(&pstfile), 2, ("Index Error\n")); pst_load_extended_attributes(&pstfile);