diff options
-rw-r--r-- | src/extantz/extantz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index e16db3c..cfda98c 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c | |||
@@ -536,6 +536,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
536 | sprintf(buf, "%s;%s/src/GuiLua/?.lua", env, elm_app_bin_dir_get()); | 536 | sprintf(buf, "%s;%s/src/GuiLua/?.lua", env, elm_app_bin_dir_get()); |
537 | setenv("LUA_PATH", buf, 1); | 537 | setenv("LUA_PATH", buf, 1); |
538 | 538 | ||
539 | // TODO - Should use Ecore_Exe for this sort of thing, and write a more robust way of connecting to servers than random sleeps. | ||
539 | sprintf(buf, "%s/love &", elm_app_bin_dir_get()); | 540 | sprintf(buf, "%s/love &", elm_app_bin_dir_get()); |
540 | system(buf); | 541 | system(buf); |
541 | sleep(1); | 542 | sleep(1); |