]> git.pld-linux.org Git - packages/wv.git/commitdiff
- place correctly new input field (fixes abiword .doc import crash)
authorfreetz <freetz@pld-linux.org>
Tue, 29 Aug 2006 17:05:18 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wv-gsfinput.patch -> 1.1

wv-gsfinput.patch [new file with mode: 0644]

diff --git a/wv-gsfinput.patch b/wv-gsfinput.patch
new file mode 100644 (file)
index 0000000..a5b870d
--- /dev/null
@@ -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);
This page took 0.221349 seconds and 4 git commands to generate.