projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a1dac
)
Apparently this is needed
author
Christopher Michael
<cpmichael1@comcast.net>
Sat, 31 Dec 2005 20:46:38 +0000
(20:46 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Sat, 31 Dec 2005 20:46:38 +0000
(20:46 +0000)
SVN revision: 19461
src/bin/e_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_main.c
b/src/bin/e_main.c
index bc5345d459a552ef3498eede8ca3510d2282703a..af842dcd0fdd2a17055a120c48d386afb8481d26 100644
(file)
--- a/
src/bin/e_main.c
+++ b/
src/bin/e_main.c
@@
-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))
{