]> git.pld-linux.org Git - packages/wv.git/blob - wv-gsfinput.patch
- place correctly new input field (fixes abiword .doc import crash)
[packages/wv.git] / wv-gsfinput.patch
1 diff -p -u -5 -r1.119 wv.h
2 --- wv.h        18 Oct 2005 04:03:30 -0000      1.119
3 +++ wv.h        29 Aug 2006 14:10:03 -0000
4 @@ -2683,11 +2683,10 @@ that indicates their length.
5         /*public */
6         void *userData;
7  
8         /*protected */
9          GsfInput *ole_file;
10 -        GsfInput *input;
11         wvStream *mainfd;
12         wvStream *tablefd;
13         wvStream *data;
14         wvStream *summary;
15         FIB fib;
16 @@ -2740,11 +2739,12 @@ that indicates their length.
17  
18         int fieldstate;
19         int fieldmiddle;
20         char *filename;
21         char *dir;
22 -    } wvParseStruct;
23 +         GsfInput *input;
24 +   } wvParseStruct;
25  
26      void wvSetPassword (const char *password, wvParseStruct * ps);
27      void wvSetTableInfo (wvParseStruct * ps, TAP * ptap, int no);
28      int wvDecrypt95 (wvParseStruct * ps);
29      int wvDecrypt97 (wvParseStruct * ps);
This page took 0.024607 seconds and 3 git commands to generate.