open-src/lib/libX11/6714036.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 18 Jan 2011 11:32:17 -0800
changeset 1064 3395ca7a91bf
parent 688 ec7ff53634c7
permissions -rw-r--r--
7012962 Update libX11 to 1.4.1

diff -urp -x '*~' -x '*.orig' modules/lc/gen/lcGenConv.c modules/lc/gen/lcGenConv.c
--- modules/lc/gen/lcGenConv.c	2010-09-03 22:52:38.000000000 -0700
+++ modules/lc/gen/lcGenConv.c	2010-11-21 18:47:57.083531216 -0800
@@ -1784,9 +1784,6 @@ mbtocs(
         return( 0 );
     }
 
-    if (*from_left > *to_left)
-        *from_left = *to_left;
-
     while (*from_left && *to_left) {
 
 	ch = *inbufptr++;