more fixes for 64 bit format
author |
carl |
date |
Tue, 08 Jan 2008 16:33:23 -0800 |
parents |
d4606d460daf |
children |
b2a7f2e0926a |
files |
src/libpst.c src/readpst.c |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/src/libpst.c Tue Jan 08 16:19:26 2008 -0800
+++ b/src/libpst.c Tue Jan 08 16:33:23 2008 -0800
@@ -145,6 +145,8 @@
int32_t pst_open(pst_file *pf, char *name, char *mode) {
uint32_t sig;
+ unicode_init();
+
DEBUG_ENT("pst_open");
if (!pf) {
--- a/src/readpst.c Tue Jan 08 16:19:26 2008 -0800
+++ b/src/readpst.c Tue Jan 08 16:33:23 2008 -0800
@@ -316,8 +316,6 @@
exit(2);
}
- unicode_init();
-
#ifdef DEBUG_ALL
// force a log file
if (!d_log) d_log = "readpst.log";