forked from len0rd/rockbox
Lua:
* remove debug statement from llex.c * add DEBUGF to rocklua.c on parse error * add file_exists wrapper git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2cd4a94bdc
commit
fb6b15980a
3 changed files with 10 additions and 1 deletions
|
@ -93,6 +93,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
dlmalloc_stats();
|
||||
|
||||
if (status) {
|
||||
DEBUGF("%s\n", lua_tostring(L, -1));
|
||||
rb->splashf(5 * HZ, "%s", lua_tostring(L, -1));
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue