Make parse_list() a bit stricter by only allowing items to be skipped if they are...
commitee056dca34ff99be3e2b9c8dca081274d7d8f248
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 7 Jun 2008 08:30:06 +0000 (7 08:30 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 7 Jun 2008 08:30:06 +0000 (7 08:30 +0000)
tree60145110997cfa7122d6bda150babfc368c041fc
parent8a9bba811bff1c9f543c7e1f57a4464945f364c1
Make parse_list() a bit stricter by only allowing items to be skipped if they are explicitly marked with - e.g %V|0|0|-|-|1|-|-|
it will now error out if a - is missing and the item wasnt read properly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17697 a1c6a512-1295-4272-9138-f99709370657
apps/misc.c