diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2009-01-11 14:17:57 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2009-01-11 14:17:57 +0000 |
| commit | 5ab3416297d59737f89412dcf2a5fd71e0d4d3e6 (patch) | |
| tree | 4a07fab1985d3a36be908bc25d599308fdd5b16f /charset | |
| parent | 32afd0576815a6852dab380118ef4b95a67b3bc7 (diff) | |
| download | halibut-5ab3416297d59737f89412dcf2a5fd71e0d4d3e6.zip halibut-5ab3416297d59737f89412dcf2a5fd71e0d4d3e6.tar.gz halibut-5ab3416297d59737f89412dcf2a5fd71e0d4d3e6.tar.bz2 halibut-5ab3416297d59737f89412dcf2a5fd71e0d4d3e6.tar.xz | |
ctype functions require their argument to be EOF or representable as an
unsigned char. On platforms were char is signed, passing plain char won't
cut it. Make sure we case chars to unsigned char before passing them to
tolower().
[originally from svn r8404]
[this svn revision also touched charset,filter,timber]
Diffstat (limited to 'charset')
| m--------- | charset | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/charset b/charset -Subproject e67c39076f9cb3c935f718c1c7ab359273d7fe8 +Subproject 7fce7161db885ed7f0fa0c06f27d58d789a23b6 |