062c231a3b
-- wv is a library which allows access to Microsoft Word files. It can load and parse the word 2000, 97, 95 and 6 file formats. These are the file formats known internally as Word 9, 8, 7 and 6. Work is underway to support reading earlier formats as well: Word 2 docs are converted to plaintext.
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-wvWare_c,v 1.1.1.1 2001/08/11 00:51:32 avsm Exp $
|
|
--- wvWare.c.orig Thu Jun 28 16:06:34 2001
|
|
+++ wvWare.c Thu Jun 28 16:06:43 2001
|
|
@@ -901,7 +901,7 @@ mySpecCharProc (wvParseStruct * ps, U16
|
|
|
|
if (achp->fOle2)
|
|
exit (139);
|
|
-#if 0
|
|
+#if 1
|
|
wvStream_goto (ps->data, achp->fcPic_fcObj_lTagObj);
|
|
wvGetPICF (wvQuerySupported (&ps->fib, NULL), &picf, ps->data);
|
|
f = picf.rgb;
|