mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
$NetBSD: patch-as,v 1.1 2006/04/21 02:07:54 wulf Exp $
|
|
|
|
--- box_sf.c.orig 2006-04-14 11:49:12.000000000 +0930
|
|
+++ box_sf.c 2006-04-14 11:49:40.000000000 +0930
|
|
@@ -3575,7 +3575,7 @@
|
|
|
|
case '!': /* send with resume offset */
|
|
w[0] = '\0';
|
|
- while (strlen(eingabe) > 1 && isdigit(eingabe[1])) {
|
|
+ while (strlen(eingabe) > 1 && isdigit((u_char) eingabe[1])) {
|
|
sprintf(w + strlen(w), "%c", eingabe[1]);
|
|
strdelete(eingabe, 1, 1);
|
|
}
|