From 5397851156bf868ac912376d0ea2060ec1b528c3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 4 Aug 2011 17:03:51 +0200 Subject: Bug #655870 - Uses incorrect pointer as string in error message --- plugins/pst-import/pst-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index bcefc4e129..e2d42ee618 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); } } -- cgit v1.2.3