summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp')
-rw-r--r--editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp b/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp
deleted file mode 100644
index 80c0b5b77580..000000000000
--- a/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/wp/impexp/xp/ie_imp_MsWord_97.cpp.orig Mon Aug 25 04:03:16 2003
-+++ src/wp/impexp/xp/ie_imp_MsWord_97.cpp Mon Aug 25 04:03:27 2003
-@@ -3402,7 +3402,7 @@
- comprLen = size;
- uncomprLen = b->blip.metafile.m_cb;
- unsigned char *uncompr = new unsigned char[uncomprLen];
-- int err = uncompress (uncompr, &uncomprLen, data, comprLen);
-+ int err = uncompress (uncompr, &uncomprLen, (unsigned char *)data, comprLen);
- if (err != Z_OK)
- {
- UT_DEBUGMSG(("Could not uncompress image\n"));