On Sat, Feb 25, 2012 at 02:11:46PM +0100, Stefan Weil wrote: > All values read by sscanf are unsigned, so replace %d by %u. > > This signed / unsigned mismatch was detected by splint. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > cursor.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan