On Mon, Jan 17, 2011 at 3:14 PM, <jes.soren...@redhat.com> wrote: > From: Jes Sorensen <jes.soren...@redhat.com> > > Signed-off-by: Jes Sorensen <jes.soren...@redhat.com> > --- > cutils.c | 7 +------ > 1 files changed, 1 insertions(+), 6 deletions(-) > > diff --git a/cutils.c b/cutils.c > index f97ef39..f7aa90c 100644 > --- a/cutils.c > +++ b/cutils.c > @@ -323,16 +323,14 @@ ssize_t strtosz_suffix(const char *nptr, char **end, > const char default_suffix) > d = c; > } > } > - switch (d) { > + switch (toupper(d)) {
qemu_toupper()