From 2ca56a209f9968e4546ab3c7038a3dec03709cfa Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 16 Mar 2005 17:13:08 +0000 Subject: Fixed compilation problems on Solaris 9. --- src/messaging/url.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messaging/url.cpp') diff --git a/src/messaging/url.cpp b/src/messaging/url.cpp index 85025c64..598bc5b8 100644 --- a/src/messaging/url.cpp +++ b/src/messaging/url.cpp @@ -206,7 +206,7 @@ void url::parse(const string& str) for (string::const_iterator it = port.begin() ; onlyDigit && it != port.end() ; ++it) { - onlyDigit = parserHelpers::isdigit(*it); + onlyDigit = parserHelpers::isDigit(*it); } if (!onlyDigit) -- cgit v1.2.3