diff options
| author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 09:45:09 +0000 |
|---|---|---|
| committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 09:45:09 +0000 |
| commit | b94fb6f5901277681fa0dee85f257100b17a2130 (patch) | |
| tree | 6f57aa22c43a9df5745a84dbca26656b49bf2aeb /editors/abiword/files/patch-ba | |
| parent | 8bd9643559be3f39716da69390858ea52927d5b3 (diff) | |
Update to 0.7.13.
Submitted by: me
Reviewed by: MAINTAINER, with some corrections
Diffstat (limited to 'editors/abiword/files/patch-ba')
| -rw-r--r-- | editors/abiword/files/patch-ba | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/abiword/files/patch-ba b/editors/abiword/files/patch-ba deleted file mode 100644 index 7321cef4eeac..000000000000 --- a/editors/abiword/files/patch-ba +++ /dev/null @@ -1,23 +0,0 @@ ---- af/xap/xp/xap_EncodingManager.cpp.orig Mon Nov 27 17:14:03 2000 -+++ af/xap/xp/xap_EncodingManager.cpp Tue Jan 2 19:02:31 2001 -@@ -39,16 +39,16 @@ - - XAP_EncodingManager::~XAP_EncodingManager() - { -- if(iconv_handle_N2U) -+ if(iconv_handle_N2U != (iconv_t)-1) - iconv_close(iconv_handle_N2U); - -- if(iconv_handle_U2N) -+ if(iconv_handle_U2N != (iconv_t)-1) - iconv_close(iconv_handle_U2N); - -- if(iconv_handle_U2Win) -+ if(iconv_handle_U2Win != (iconv_t)-1) - iconv_close(iconv_handle_U2Win); - -- if(iconv_handle_Win2U) -+ if(iconv_handle_Win2U != (iconv_t)-1) - iconv_close(iconv_handle_Win2U); - } - |
