From 5ab3416297d59737f89412dcf2a5fd71e0d4d3e6 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 11 Jan 2009 14:17:57 +0000 Subject: 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] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index e67c390..7fce716 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit e67c39076f9cb3c935f718c1c7ab359273d7fe87 +Subproject commit 7fce7161db885ed7f0fa0c06f27d58d789a23b62 -- cgit v1.1