1
0
Fork 0
forked from len0rd/rockbox

make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27677 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-08-03 12:14:50 +00:00
parent d42fd744e6
commit 1e0a01063d
4 changed files with 16 additions and 6 deletions

View file

@ -300,6 +300,8 @@ int main(int argc, char **argv)
}
printf("WPS parsed OK\n\n");
if (wps_verbose_level>2)
skin_debug_tree(wps.tree);
filearg++;
}
return 0;