]> git.pld-linux.org Git - packages/evolution.git/blame - pst-importer.patch
- updated to 3.2.3
[packages/evolution.git] / pst-importer.patch
CommitLineData
c038a4ad
ŁK
1--- a/plugins/pst-import/pst-importer.c
2+++ b/plugins/pst-import/pst-importer.c
3@@ -2219,7 +2219,7 @@ pst_init (pst_file *pst,
4 DEBUG_REGISTER_CLOSE ();
5 #endif
6
7- if (pst_open (pst, filename) < 0) {
8+ if (pst_open (pst, filename, NULL) < 0) {
9 pst_error_msg ("Error opening PST file %s", filename);
10 return -1;
11 }
This page took 0.062556 seconds and 4 git commands to generate.