diff src/pst2dii.cpp.in @ 162:6cb85306e28a

fix fedora 11 type mismatch warning (actually an error in this case)
author Carl Byington <carl@five-ten-sg.com>
date Sat, 14 Mar 2009 19:25:17 -0700
parents 581fab9f1dc7
children 40e9de445038
line wrap: on
line diff
--- a/src/pst2dii.cpp.in	Sat Mar 14 18:44:00 2009 -0700
+++ b/src/pst2dii.cpp.in	Sat Mar 14 19:25:17 2009 -0700
@@ -613,7 +613,7 @@
             if (item) {
                 if (item->folder && d_ptr->child )  {
                     //if this is a non-empty folder, we want to recurse into it
-                    fprintf(stderr, "entering folder %s\n", item->file_as);
+                    fprintf(stderr, "entering folder %s\n", item->file_as.str);
                     process(item, &ff, d_ptr->child);
                 } else if (item->email && (item->type == PST_TYPE_NOTE || item->type == PST_TYPE_REPORT || item->type == PST_TYPE_OTHER)) {
                     ff.email_count++;