diff options
Diffstat (limited to 'src/LuaSL/LuaSL_compile.c')
-rw-r--r-- | src/LuaSL/LuaSL_compile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c index 94b354b..94d7f9b 100644 --- a/src/LuaSL/LuaSL_compile.c +++ b/src/LuaSL/LuaSL_compile.c | |||
@@ -2238,6 +2238,8 @@ boolean compileLSL(LuaSL_compiler *compiler) | |||
2238 | compiler->ignorable = eina_strbuf_new(); | 2238 | compiler->ignorable = eina_strbuf_new(); |
2239 | #endif | 2239 | #endif |
2240 | 2240 | ||
2241 | PI("Compiling %s.", compiler->compiler.file); | ||
2242 | |||
2241 | compiler->file = fopen(compiler->compiler.file, "r"); | 2243 | compiler->file = fopen(compiler->compiler.file, "r"); |
2242 | if (NULL == compiler->file) | 2244 | if (NULL == compiler->file) |
2243 | { | 2245 | { |