comparison src/libpst.c @ 45:b961bcdadd0e

more fixes for 64 bit format
author carl
date Tue, 08 Jan 2008 16:33:23 -0800
parents d4606d460daf
children b2a7f2e0926a
comparison
equal deleted inserted replaced
44:d4606d460daf 45:b961bcdadd0e
142 } 142 }
143 143
144 144
145 int32_t pst_open(pst_file *pf, char *name, char *mode) { 145 int32_t pst_open(pst_file *pf, char *name, char *mode) {
146 uint32_t sig; 146 uint32_t sig;
147
148 unicode_init();
147 149
148 DEBUG_ENT("pst_open"); 150 DEBUG_ENT("pst_open");
149 151
150 if (!pf) { 152 if (!pf) {
151 WARN (("cannot be passed a NULL pst_file\n")); 153 WARN (("cannot be passed a NULL pst_file\n"));