Changeset 1065dd4 for protocols/yahoo/yahoo_httplib.c
- Timestamp:
- 2015-01-17T20:00:49Z (10 years ago)
- Branches:
- master
- Children:
- eb4ad8d
- Parents:
- bc7a0d4 (diff), 6b13103 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo_httplib.c
rbc7a0d4 r1065dd4 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ … … 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.