From e235a097751de7ad97563997215f76761b3db609 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 17 Jan 2012 13:15:15 +1000 Subject: Use EFL logging. --- LuaSL/src/LuaSL_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL_main.c') diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index fb2a8ba..b1141c6 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c @@ -161,13 +161,13 @@ main(int argc, char **argv) edje_object_signal_callback_add(game.edje, "*", "game_*", _edje_signal_cb, &game); // Setup for the compler. - compilerSetup(); + compilerSetup(&game); // snprintf(buf, sizeof(buf), "%s/Test sim/objects/onefang's test bed/~run", PACKAGE_DATA_DIR); snprintf(buf, sizeof(buf), "%s/test2.lsl", PACKAGE_DATA_DIR); if (compileLSL(&game, buf)) PIm("Against all odds, the compile of %s worked! lol", buf); else - PEm("The compile of %s failed, as expected!", buf); + PEm("The compile of %s failed!", buf); // ecore_main_loop_begin(); -- cgit v1.1