forked from len0rd/rockbox
Fix LUA red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26007 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef0b8caac0
commit
057c11147e
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ my @forbidden_functions = ('^open$',
|
|||
'^[a-z]+dir$',
|
||||
'^__.+$',
|
||||
'^.+_(un)?cached$',
|
||||
'^audio_play$');
|
||||
'^audio_play$',
|
||||
'^round_value_to_list32$');
|
||||
|
||||
my $rocklib = sprintf("%s/rocklib.c", $ARGV[0]);
|
||||
open ROCKLIB, "<$rocklib" or die("Couldn't open $rocklib: $!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue