Changeset 6b13103 for protocols/yahoo
- Timestamp:
- 2015-01-16T19:50:23Z (10 years ago)
- Branches:
- master
- Children:
- 1065dd4, eabe6d4
- Parents:
- 6f10697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo_httplib.c
r6f10697 r6b13103 152 152 static int isurlchar(unsigned char c) 153 153 { 154 return ( isalnum(c));154 return (g_ascii_isalnum(c)); 155 155 } 156 156
Note: See TracChangeset
for help on using the changeset viewer.