On 01/18/2011 10:53 AM, Eric Blake wrote:
On 01/18/2011 09:50 AM, Anthony Liguori wrote:
@@ -324,26 +324,26 @@ ssize_t strtosz_suffix(const char *nptr, char
**end, const char default_suffix)
           }
       }
       switch (toupper(d)) {
BTW, a useful change would be to accept both upper and lower case letters.
And it does, via the toupper() added earlier in the series (and which
has separately been pointed out that using qemu_toupper() might be nicer).

Ok.  Just taking the different case labels would be nicer IMHO.

Regards,

Anthony Liguori



Reply via email to