ui.inc: when looking for whitespace in kernel names look for <= ' '
authorH. Peter Anvin <hpa@zytor.com>
Sat, 2 May 2009 19:25:48 +0000 (12:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 2 May 2009 19:25:48 +0000 (12:25 -0700)
commit873e07fbf78344e0041f29892e08f31820da87a4
tree2c962edacc67ac514cb9bfbf54b28df0b5d1126d
parent49029ca74eaf5d657d429d9c7c5085e5109d444a
ui.inc: when looking for whitespace in kernel names look for <= ' '

Our somewhat generous definition of whitespace is less than or equal
to 32 (' '); we do not include 127 and 255 which are printable
characters in the PC codepages (in the latter case, NBSP.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/ui.inc