forked from len0rd/rockbox
The ctype array was too short. Found by Magnus Holmgren, thanks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1443 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ec3bc98a7
commit
3b919cbda3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
char _ctype_[257]={
|
char _ctype_[257]={
|
||||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
0,
|
||||||
|
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||||
_C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
|
_C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
|
||||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue