Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_events.c 


Log Message:
_Think_ this is the right fix... - report new files in new records
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ecore_x_events.c    24 Mar 2005 18:14:06 -0000      1.47
+++ ecore_x_events.c    24 Mar 2005 19:24:09 -0000      1.48
@@ -1116,7 +1116,7 @@
                    }
                  else
                    {
-                      if (data[is] != '\r')
+                      if (data[is] != '\n')
                         {
                            tmp[i++] = data[is];
                         }
@@ -1128,7 +1128,6 @@
                            e->files[e->num_files - 1] = strdup(tmp);
                            tmp[0] = 0;
                            i = 0;
-                           is++;
                         }
                       is++;
                    }




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