open-src/lib/libX11/6714036.patch
author Alan Coopersmith <Alan.Coopersmith@Sun.COM>
Fri, 17 Apr 2009 19:27:17 -0700
changeset 688 ec7ff53634c7
parent 604 6fe48a3a12bf
child 1064 3395ca7a91bf
permissions -rw-r--r--
6828047 Update libX11 to version 1.2.1

diff -urp -x '*~' -x '*.orig' modules/lc/gen/lcGenConv.c modules/lc/gen/lcGenConv.c
--- modules/lc/gen/lcGenConv.c	2009-03-17 14:58:15.000000000 -0700
+++ modules/lc/gen/lcGenConv.c	2009-04-08 00:19:18.692831000 -0700
@@ -1786,9 +1786,6 @@ mbtocs(
         return( 0 );
     }
 
-    if (*from_left > *to_left)
-        *from_left = *to_left;
-
     while (*from_left && *to_left) {
 
 	ch = *inbufptr++;