open-src/lib/libX11/6714036.patch
author Xue Wei <Wei.Xue@Sun.COM>
Wed, 07 Jan 2009 20:19:32 -0800
changeset 604 6fe48a3a12bf
child 688 ec7ff53634c7
permissions -rw-r--r--
6789219 xterm, xfd take long time to start when miss fonts 6714036 xterm(1) in snv_91 doesn't allow pasting more than 1024 bytes

--- modules/lc/gen/lcGenConv.c	Thu May 17 06:53:58 2007
+++ modules/lc/gen/lcGenConv.c	Tue Dec 23 19:40:33 2008
@@ -1786,9 +1786,6 @@
         return( 0 );
     }
 
-    if (*from_left > *to_left)
-        *from_left = *to_left;
-
     while (*from_left && *to_left) {
 
 	ch = *inbufptr++;