Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        text.c 


Log Message:
Fix bug causing lockups in multibyte locale's.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/text.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- text.c      22 Feb 2005 21:45:06 -0000      1.48
+++ text.c      9 Mar 2005 22:55:50 -0000       1.49
@@ -459,7 +459,7 @@
                  while (ret2.width > textwidth_limit)
                    {
                       nuke_count++;
-                      if (nuke_count > len)
+                      if (nuke_count > wc_len)
                         {
                            int                 mlen;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to