Ecore: remove wrong cast

SVN revision: 60467
This commit is contained in:
Vincent Torri 2011-06-17 21:45:21 +00:00
parent 0b847b7dc5
commit e91c5a0787
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ _ecore_fps_debug_init(void)
#ifndef HAVE_EVIL
tmp = "/tmp";
#else
tmp = (char *)evil_tmpdir_get ();
tmp = evil_tmpdir_get ();
#endif /* HAVE_EVIL */
pid = (int)getpid();
snprintf(buf, sizeof(buf), "%s/.ecore_fps_debug-%i", tmp, pid);