From: freetz Date: Tue, 29 Aug 2006 17:05:18 +0000 (+0000) Subject: - place correctly new input field (fixes abiword .doc import crash) X-Git-Tag: auto/th/wv-1_2_1-4~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=5986d079c98cf1083766a0d203e4a14050237692;p=packages%2Fwv.git - place correctly new input field (fixes abiword .doc import crash) Changed files: wv-gsfinput.patch -> 1.1 --- 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);