]> git.pld-linux.org Git - packages/jikes.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sun, 13 May 2001 23:41:27 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jikes-iconv.patch -> 1.4

jikes-iconv.patch [deleted file]

diff --git a/jikes-iconv.patch b/jikes-iconv.patch
deleted file mode 100644 (file)
index 306fc2b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur jikes-1.13.orig/src/stream.cpp jikes-1.13/src/stream.cpp
---- jikes-1.13.orig/src/stream.cpp     Sat Feb 24 22:50:16 2001
-+++ jikes-1.13/src/stream.cpp  Mon Mar  5 11:42:31 2001
-@@ -326,7 +326,7 @@
-         return true;
-     }
- #elif defined(HAVE_ICONV_H)
--    _converter = iconv_open("utf-16", encoding);
-+    _converter = iconv_open("UTF-16BE", encoding);
-     if (_converter == (iconv_t)-1)
-     {
-         return false;
This page took 0.099679 seconds and 4 git commands to generate.