Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_desktop Modified Files: ecore_desktop.c Log Message: I'm not the first to say this, and I want be the last. const is more trouble than it's worth. It gets in the way more than it helps. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -3 -r1.48 -r1.49 --- ecore_desktop.c 24 Sep 2006 19:55:06 -0000 1.48 +++ ecore_desktop.c 24 Sep 2006 20:03:31 -0000 1.49 @@ -222,7 +222,7 @@ char *categories = NULL; int size = 0; - value = ecore_file_get_file(result->original_path); + value = (char *) ecore_file_get_file(result->original_path); if (value) { char *temp; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs