diff options
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | 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 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); } } |