Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo_httplib.c

    r6b13103 re252d8c  
    1616 * You should have received a copy of the GNU General Public License
    1717 * along with this program; if not, write to the Free Software
    18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1919 *
    2020 */
     
    152152static int isurlchar(unsigned char c)
    153153{
    154         return (g_ascii_isalnum(c));
     154        return (isalnum(c));
    155155}
    156156
Note: See TracChangeset for help on using the changeset viewer.