aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-31 23:25:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-31 23:25:29 +0000
commit499951df7a6e079d0bac77c5f22135b313867896 (patch)
treeb1ba27412b6fae3a6b7761a51420d8fc273a92ee /editors/abiword/files
parent95a95a767e3dfd395f4c51602b4a7978a93372a5 (diff)
downloadports-499951df7a6e079d0bac77c5f22135b313867896.tar.gz
ports-499951df7a6e079d0bac77c5f22135b313867896.zip
Notes
Diffstat (limited to 'editors/abiword/files')
-rw-r--r--editors/abiword/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/abiword/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp b/editors/abiword/files/patch-src_wp_impexp_xp_ie_imp_MsWord_97.cpp
deleted file mode 100644
index 80c0b5b77580..000000000000
--- a/editors/abiword/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"));