From 5986d079c98cf1083766a0d203e4a14050237692 Mon Sep 17 00:00:00 2001 From: freetz Date: Tue, 29 Aug 2006 17:05:18 +0000 Subject: [PATCH] - place correctly new input field (fixes abiword .doc import crash) Changed files: wv-gsfinput.patch -> 1.1 --- wv-gsfinput.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 wv-gsfinput.patch diff --git a/wv-gsfinput.patch b/wv-gsfinput.patch new file mode 100644 index 0000000..a5b870d --- /dev/null +++ b/wv-gsfinput.patch @@ -0,0 +1,29 @@ +diff -p -u -5 -r1.119 wv.h +--- wv.h 18 Oct 2005 04:03:30 -0000 1.119 ++++ wv.h 29 Aug 2006 14:10:03 -0000 +@@ -2683,11 +2683,10 @@ that indicates their length. + /*public */ + void *userData; + + /*protected */ + GsfInput *ole_file; +- GsfInput *input; + wvStream *mainfd; + wvStream *tablefd; + wvStream *data; + wvStream *summary; + FIB fib; +@@ -2740,11 +2739,12 @@ that indicates their length. + + int fieldstate; + int fieldmiddle; + char *filename; + char *dir; +- } wvParseStruct; ++ GsfInput *input; ++ } wvParseStruct; + + void wvSetPassword (const char *password, wvParseStruct * ps); + void wvSetTableInfo (wvParseStruct * ps, TAP * ptap, int no); + int wvDecrypt95 (wvParseStruct * ps); + int wvDecrypt97 (wvParseStruct * ps); -- 2.44.0