forked from len0rd/rockbox
Fix yellow & red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21107 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b2581e143d
commit
1e980cd977
2 changed files with 9 additions and 1 deletions
|
@ -67,6 +67,7 @@ static void setboolfield (lua_State *L, const char *key, int value) {
|
|||
lua_setfield(L, -2, key);
|
||||
}
|
||||
|
||||
#if CONFIG_RTC
|
||||
static int getboolfield (lua_State *L, const char *key) {
|
||||
int res;
|
||||
lua_getfield(L, -1, key);
|
||||
|
@ -89,6 +90,7 @@ static int getfield (lua_State *L, const char *key, int d) {
|
|||
lua_pop(L, 1);
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static int os_date (lua_State *L) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue