]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
Use CTYPE for isalpha in block-vvfat.c.
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 28 Aug 2008 14:32:50 +0000 (15:32 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Feb 2009 10:59:18 +0000 (10:59 +0000)
commit9bda8e3c102d5c6ffdec10fe92289dd0d7b7e5ab
tree5a9e954faf273290ca12bfa3d68d4be6755937a5
parente3721e469b4956730a2733965e3a82ab0ebe51c6
Use CTYPE for isalpha in block-vvfat.c.

This call was missing the fix from:

  commit 5ed6aa6153110050c29bcd600a1424014cfbf1d4
  Author: Ian Jackson <iwj@mariner.uk.xensource.com>
  Date:   Wed Feb 20 16:30:05 2008 +0000

      Use new CTYPE macro for <ctype.h>

      This avoids passing a negative int to isfoobar,
      which is not allowed

Thanks to Christoph Egger for pointing it out (although we do not use
his proposed fix).
(cherry picked from commit 053eb0b2d2235c5810c9fe2180d5d61d95036340)
block-vvfat.c