forked from pool/evolution
d535b321ec
Fix build OBS-URL: https://build.opensuse.org/request/show/98862 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=151
14 lines
435 B
Diff
14 lines
435 B
Diff
diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c
|
|
index 5b99053..4305827 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;
|
|
}
|