summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/getdate.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-22 14:56:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-22 14:56:57 (GMT)
commitbf911785658862ed91fd164a02849e65c77e4e07 (patch)
tree8f340d858bb7235293343f521937d7a1b290f97e /Source/CTest/Curl/getdate.c
parentf5cf6676a77291356907de22c6d2d47f837e701e (diff)
downloadCMake-bf911785658862ed91fd164a02849e65c77e4e07.zip
CMake-bf911785658862ed91fd164a02849e65c77e4e07.tar.gz
CMake-bf911785658862ed91fd164a02849e65c77e4e07.tar.bz2
ERR: Attempt to fix more Curl warnings
Diffstat (limited to 'Source/CTest/Curl/getdate.c')
-rw-r--r--Source/CTest/Curl/getdate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/getdate.c b/Source/CTest/Curl/getdate.c
index 6cece1f..45d1dcd 100644
--- a/Source/CTest/Curl/getdate.c
+++ b/Source/CTest/Curl/getdate.c
@@ -1796,7 +1796,7 @@ LookupWord (yylval, buff)
/* Make it lowercase. */
for (p = buff; *p; p++)
if (ISUPPER ((unsigned int)(*p)))
- *p = (char)tolower (*p);
+ *p = (char)tolower ((unsigned int)(*p));
if (strcmp (buff, "am") == 0 || strcmp (buff, "a.m.") == 0)
{