diff src/readpst.c @ 213:4a659f3138b7

fix pst2dii for shared library changes
author Carl Byington <carl@five-ten-sg.com>
date Mon, 08 Jun 2009 14:47:39 -0700
parents 8e17efed33c1
children 42b38d65f7e4
line wrap: on
line diff
--- a/src/readpst.c	Mon Jun 08 13:51:24 2009 -0700
+++ b/src/readpst.c	Mon Jun 08 14:47:39 2009 -0700
@@ -1808,8 +1808,6 @@
 void create_enter_dir(struct file_ll* f, pst_item *item)
 {
     pst_convert_utf8(item, &item->file_as);
-    f->item_count  = 0;
-    f->skip_count   = 0;
     f->type         = item->type;
     f->stored_count = (item->folder) ? item->folder->item_count : 0;