]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- fixes build with eps-1.5 auto/th/abiword-2_4_5-2
authorgrzegol <grzegol@pld-linux.org>
Tue, 15 Aug 2006 10:19:21 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-eps15.patch -> 1.1

abiword-eps15.patch [new file with mode: 0644]

diff --git a/abiword-eps15.patch b/abiword-eps15.patch
new file mode 100644 (file)
index 0000000..ae592c5
--- /dev/null
@@ -0,0 +1,32 @@
+--- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp.orig       2006-06-28 18:43:26.000000000 +0000
++++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp    2006-06-28 18:44:12.000000000 +0000
+@@ -159,7 +159,7 @@
+       bool bValid = false;
+-      for (struct header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps))
++      for (header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps))
+               {
+                       const char * name = reinterpret_cast<char *>(h->name);
+                       const char * data = reinterpret_cast<char *>(h->data);
+@@ -359,7 +359,7 @@
+       UT_Multipart * part = new UT_Multipart;
+       if (part == 0) return 0;
+-      for (struct header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps))
++      for (header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps))
+               {
+                       const char * name = reinterpret_cast<char *>(h->name);
+                       const char * data = reinterpret_cast<char *>(h->data);
+--- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h.orig 2006-06-28 18:34:08.000000000 +0000
++++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h      2006-06-28 18:34:47.000000000 +0000
+@@ -138,7 +138,7 @@
+       UT_Multipart *  m_document;
+       UT_Vector *             m_parts;
+-      struct eps_t *  m_eps;
++      eps_t * m_eps;
+ };
+ class MultiReader : public UT_XML::Reader
+
This page took 0.039696 seconds and 4 git commands to generate.