pkgsrc-ng/sysutils/xentools41/patches/patch-libxl_xl__cmdimpl.c
2013-09-26 17:14:40 +02:00

14 lines
474 B
C

$NetBSD: patch-libxl_xl__cmdimpl.c,v 1.1 2013/05/06 14:59:11 joerg Exp $
--- libxl/xl_cmdimpl.c.orig 2013-05-05 19:37:21.000000000 +0000
+++ libxl/xl_cmdimpl.c
@@ -922,7 +922,7 @@ skip:
for (p = strtok(buf2, ","); p; p = strtok(NULL, ",")) {
char* val;
- while (isblank(*p))
+ while (isblank((unsigned char)*p))
p++;
val = strchr(p, '=');
if (val == NULL)