[evolution] Bug #655870 - Uses incorrect pointer as string in error message



commit 5397851156bf868ac912376d0ea2060ec1b528c3
Author: Milan Crha <mcrha redhat com>
Date:   Thu Aug 4 17:03:51 2011 +0200

    Bug #655870 - Uses incorrect pointer as string in error message

 plugins/pst-import/pst-importer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c
index bcefc4e..e2d42ee 100644
--- a/plugins/pst-import/pst-importer.c
+++ b/plugins/pst-import/pst-importer.c
@@ -322,7 +322,7 @@ get_suggested_foldername (EImportTargetURI *target)
 		}
 
 		if (folder != NULL) {
-			pst_error_msg ("Error searching for an unused folder name. uri=%s", foldername);
+			pst_error_msg ("Error searching for an unused folder name. uri=%s", foldername->str);
 		}
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]