aboutsummaryrefslogtreecommitdiff
path: root/chinese/unrar
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-25 18:41:59 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-25 18:41:59 +0000
commitc77c0de9a332a58a986f88c1a6c58bad7d29aee5 (patch)
tree6e22055b04151938480f4a7398ea6440029ec163 /chinese/unrar
parent7403924df2b102ef118686a91cdeb5075893908c (diff)
downloadports-c77c0de9a332a58a986f88c1a6c58bad7d29aee5.tar.gz
ports-c77c0de9a332a58a986f88c1a6c58bad7d29aee5.zip
Notes
Diffstat (limited to 'chinese/unrar')
-rw-r--r--chinese/unrar/files/patch-unicode.cpp16
1 files changed, 4 insertions, 12 deletions
diff --git a/chinese/unrar/files/patch-unicode.cpp b/chinese/unrar/files/patch-unicode.cpp
index 9bd86779924a..052669a6bd34 100644
--- a/chinese/unrar/files/patch-unicode.cpp
+++ b/chinese/unrar/files/patch-unicode.cpp
@@ -1,18 +1,10 @@
---- unicode.cpp.orig Sun Aug 1 01:54:23 2004
-+++ unicode.cpp Sun Aug 1 01:54:56 2004
-@@ -2,6 +2,7 @@
+--- unicode.cpp.orig Wed Sep 8 21:57:20 2004
++++ unicode.cpp Tue Oct 26 01:49:46 2004
+@@ -6,6 +6,7 @@
void WideToChar(const wchar *Src,char *Dest,int DestSize)
{
-+#if 0 /* patch for chinese filename */
++ return; /* patch for chinese filename */
#ifdef _WIN_32
WideCharToMultiByte(CP_ACP,0,Src,-1,Dest,DestSize,NULL,NULL);
#else
-@@ -18,6 +19,7 @@
- if (Src[I]==0)
- break;
- }
-+#endif
- #endif
- #endif
- #endif