Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_exe.c Log Message: Fix a segie. Thanks to CodeWarrior for helping to find it. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_exe.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -3 -r1.60 -r1.61 --- ecore_exe.c 6 Apr 2006 01:16:02 -0000 1.60 +++ ecore_exe.c 7 Apr 2006 12:44:36 -0000 1.61 @@ -733,7 +733,8 @@ } if (i > last) /* Partial line left over, save it for next time. */ { - e->size = last; + if (e) + e->size = last; if (flags & ECORE_EXE_PIPE_READ) { exe->read_data_size = i - last; ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs