Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
297:8b3a827b71f4 | 298:201464dd356e |
---|---|
31 } | 31 } |
32 DEBUG_INIT("dumpblocks.log", NULL); | 32 DEBUG_INIT("dumpblocks.log", NULL); |
33 DEBUG_ENT("main"); | 33 DEBUG_ENT("main"); |
34 | 34 |
35 printf("Opening file %s\n", file); | 35 printf("Opening file %s\n", file); |
36 if (pst_open(&pstfile, file)) { | 36 if (pst_open(&pstfile, file, NULL)) { |
37 printf("Failed to open file %s\n", file); | 37 printf("Failed to open file %s\n", file); |
38 exit(1); | 38 exit(1); |
39 } | 39 } |
40 | 40 |
41 printf("Reading Indexes\n"); | 41 printf("Reading Indexes\n"); |