? dumpstream.c ? makedump Index: ms-ole.c =================================================================== RCS file: /cvsroot/wv/libole2/ms-ole.c,v retrieving revision 1.36 diff -u -r1.36 ms-ole.c --- ms-ole.c 28 Mar 2002 15:17:37 -0000 1.36 +++ ms-ole.c 10 May 2002 09:58:53 -0000 @@ -1751,7 +1751,7 @@ f->mem = g_new (guint8, BB_BLOCK_SIZE); if (!f->mem || - f->syswrap->read (file, f->mem, (BB_BLOCK_SIZE == -1), + f->syswrap->read (file, f->mem, BB_BLOCK_SIZE, f->syswrap->closure)) { g_warning ("Error reading header\n"); f->syswrap->close (file, f->syswrap->closure) ;