Hi!
Attached is a patch to make libole2 work, which is apparently needed for
the sdw import in windows.

I did not commit myself because wv is also seperately distributed so that
version might need that fix too.
-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
                                                 -- Benjamin Franklin
? 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) ;

Attachment: msg24488/pgp00000.pgp
Description: PGP signature

Reply via email to