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
> ---
> cursor.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
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
---
cursor.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cursor.c b/cursor.c
index efc5917..76e262c 100644
--- a/cursor.