From f15c6e4e8fcfce0b5d12871db6a48840dc34c38b Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 9 Jan 2012 18:17:54 +0100 Subject: Bug #667346 - Fix build with libpst 0.6.54 and require this version --- plugins/pst-import/pst-importer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index 5b990539d7..4305827ed1 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -2219,7 +2219,7 @@ pst_init (pst_file *pst, DEBUG_REGISTER_CLOSE (); #endif - if (pst_open (pst, filename) < 0) { + if (pst_open (pst, filename, NULL) < 0) { pst_error_msg ("Error opening PST file %s", filename); return -1; } -- cgit v1.2.3