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.


SVN revision: 26112
This commit is contained in:
David Walter Seikel 2006-09-24 20:03:31 +00:00
parent e43d359810
commit 5898e380e9
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ _ecore_desktop_get(const char *file, const char *lang)
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;