Index: ms-ole.c =================================================================== RCS file: /cvsroot/wv/libole2/ms-ole.c,v retrieving revision 1.43 diff -u -r1.43 ms-ole.c --- ms-ole.c 19 Aug 2004 19:39:26 -0000 1.43 +++ ms-ole.c 3 Sep 2004 21:09:59 -0000 @@ -1530,7 +1530,10 @@ g_warning ("Not enough small block file for descriptors\n" "sbf->len == %d, sb->len == %d\n", f->sbf->len, f->sb->len); - return 0; + /* some files have broken SBAT but all + streams in BAT. To process them we have to + return success here */ + return 1; } return 1;