]> git.proxmox.com Git - qemu.git/blobdiff - usb-linux.c
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
[qemu.git] / usb-linux.c
index eeefc84563efa0e39b41c1bdb588ada71e33a711..a499c10e9456d972cb7f537aa7df51b0b81c515c 100644 (file)
@@ -1048,7 +1048,7 @@ static int get_tag_value(char *buf, int buf_size,
     if (!p)
         return -1;
     p += strlen(tag);
-    while (isspace(*p))
+    while (qemu_isspace(*p))
         p++;
     q = buf;
     while (*p != '\0' && !strchr(stopchars, *p)) {