Apparently this is needed

SVN revision: 19461
This commit is contained in:
Christopher Michael 2005-12-31 20:46:38 +00:00
parent b6a1dac387
commit 9dee40dff6
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ main(int argc, char **argv)
_e_main_shutdown_push(ecore_file_shutdown);
/* setup my args */
ecore_app_args_set(argc, (const char **)argv);
ecore_app_args_set((int)argc, (const char **)argv);
/* setup a handler for when e is asked to exit via a system signal */
if (!ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, _e_main_cb_signal_exit, NULL))
{