Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off...
commitda367f4bd4e910d74c04487c84daa8b5e70e0016
authorJens Arnold <amiconn@rockbox.org>
Sun, 18 Jan 2009 17:06:29 +0000 (18 17:06 +0000)
committerJens Arnold <amiconn@rockbox.org>
Sun, 18 Jan 2009 17:06:29 +0000 (18 17:06 +0000)
treecbd83359f688936b74b34014dacc92e1c6015bac
parent1c44a9f4316e93b3648352943fe21bd00bd450fd
Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off', but this is currently impossible due to the fixed field width requirement introduced in r15052.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19790 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/lib/configfile.c