open-src/lib/libX11/6714036.patch
author X gate hg captive account <xhg@xserver.sfbay.sun.com>
Fri, 23 Sep 2011 15:47:54 -0700
changeset 1216 3838ec082c2e
parent 1064 3395ca7a91bf
permissions -rw-r--r--
Added tag nv_175a for changeset 924b7feb31b8

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++;