Enlightenment CVS committal Author : stffrdhrn Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_font_load.c Log Message: FIXME: what do you do when fi is NULL? * hint, don't SEGV. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_load.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- evas_font_load.c 27 Feb 2006 14:03:27 -0000 1.29 +++ evas_font_load.c 27 Feb 2006 14:52:36 -0000 1.30 @@ -275,7 +275,7 @@ fn->fonts = evas_list_append(fn->fonts, fi); return fn; } - fi->hinting = fn->hinting; + // fi->hinting = fn->hinting; return NULL; } @@ -292,7 +292,7 @@ fn->fonts = evas_list_append(fn->fonts, fi); return fn; } - fi->hinting = fn->hinting; + // fi->hinting = fn->hinting; return NULL; } ------------------------------------------------------- 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