Files
pkgsrc-ng/net/pppd/patches/patch-at
2013-09-26 17:14:40 +02:00

14 lines
359 B
Plaintext

$NetBSD: patch-at,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
--- pppd/multilink.c.orig 2004-11-13 09:57:36.000000000 +0100
+++ pppd/multilink.c
@@ -570,7 +570,7 @@ str_to_epdisc(ep, str)
if (*str == 0)
break;
if (p <= str)
- for (p = str; isxdigit(*p); ++p)
+ for (p = str; isxdigit((unsigned char)*p); ++p)
;
i = p - str;
if (i == 0)