]> git.pld-linux.org Git - packages/evolution.git/blob - pst-importer.patch
- updated to 3.2.3
[packages/evolution.git] / pst-importer.patch
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.063062 seconds and 3 git commands to generate.