From 1477aca562038acfc1a9d382651519c593ea1ec4 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 30 Aug 2010 23:15:00 +0000 Subject: typo in r27953 spotted by kugel: s/long/ssize_t/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27955 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/common/format.c b/firmware/common/format.c index 0fa838f511..240dd1ebd5 100644 --- a/firmware/common/format.c +++ b/firmware/common/format.c @@ -173,7 +173,7 @@ int format( ch = *fmt++; switch(ch) { case 'd': - szval = szsign = va_arg (ap, long); + szval = szsign = va_arg (ap, ssize_t); if (szval < 0) szval = -szval; do -- cgit v1.2.3