Comment 15 for bug 740642

Revision history for this message
Leon (leonbo) wrote :

This is what I'm getting:

leon@polly:~/src/evolution-mapi/evolution-mapi-0.32.2/src/libexchangemapi$ patch -p1 < ~/src/evolution-mapi/evolution-mapi.patch
patching file exchange-mapi-connection.c
Hunk #2 FAILED at 2971.
1 out of 2 hunks FAILED -- saving rejects to file exchange-mapi-connection.c.rej
leon@polly:~/src/evolution-mapi/evolution-mapi-0.32.2/src/libexchangemapi$ cat exchange-mapi-connection.c.rej
--- exchange-mapi-connection.c 2011-04-15 15:25:37.566310966 +0200
+++ exchange-mapi-connection.c 2011-04-15 15:32:46.726311163 +0200
@@ -2971,7 +2973,7 @@
        }

        /* Get the hierarchy table */
- ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications | TableFlags_UseUnicode, &row_count);
+ ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications, &row_count);
        if (ms != MAPI_E_SUCCESS) {
                make_mapi_error (perror, "GetHierarchyTable", ms);
                result = FALSE;