* Make the WPS parser close open conditionals on new sublines and comments as well...
commit82825d011e2bccde0f30a15c1bfe163f0ee19e75
authornicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 15 Apr 2007 02:59:34 +0000 (15 02:59 +0000)
committernicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 15 Apr 2007 02:59:34 +0000 (15 02:59 +0000)
tree6967092524e64d2365034073efef820b41d31a2d
parentf0a39c1aaeaa7eebf25396779b342dda0fe896d8
* Make the WPS parser close open conditionals on new sublines and comments as well as new lines.
* Make the displaying code check for invalid conditional constructs in order to avoid some rare cases of infinite looping.
* Make the WPS parser check that it doesn't read more strings than it can.
* Increase the string buffer size (from 512 to 1024, to accomodate the TextBox WPS which uses a lot of unicode characters).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13162 a1c6a512-1295-4272-9138-f99709370657
apps/gui/gwps-common.c
apps/gui/gwps.h
apps/gui/wps_debug.c
apps/gui/wps_parser.c