aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo_httplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/yahoo/yahoo_httplib.c')
-rw-r--r--protocols/yahoo/yahoo_httplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/yahoo_httplib.c b/protocols/yahoo/yahoo_httplib.c
index eaf319b8..ec153234 100644
--- a/protocols/yahoo/yahoo_httplib.c
+++ b/protocols/yahoo/yahoo_httplib.c
@@ -151,7 +151,7 @@ static int url_to_host_port_path(const char *url,
static int isurlchar(unsigned char c)
{
- return (isalnum(c));
+ return (g_ascii_isalnum(c));
}
char *yahoo_urlencode(const char *instr)