Mercurial > libpst
diff src/pst2dii.cpp.in @ 69:63c02a242ca9
minor code cleanup
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 10 May 2008 12:45:23 -0700 |
parents | 90aa7814ad1f |
children | 3cb02cb1e6cd |
line wrap: on
line diff
--- a/src/pst2dii.cpp.in Wed Mar 05 19:06:10 2008 -0800 +++ b/src/pst2dii.cpp.in Sat May 10 12:45:23 2008 -0700 @@ -626,7 +626,7 @@ } if (item->folder && d_ptr->child ) { - //if this is a non-empty folder other than deleted items, we want to recurse into it + //if this is a non-empty folder, we want to recurse into it fprintf(stderr, "entering folder %s\n", item->file_as); process(item, &ff, d_ptr->child); } else if (item->email && (item->type == PST_TYPE_NOTE || item->type == PST_TYPE_REPORT)) {