From 63011c67438204ccdb29322b6f324c17e20fc0e1 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 18 Jul 2010 12:42:47 +0000 Subject: Revert accidental commit of "%z" support in r26071 (the implementation assumed size_t==long, which is not always the case in hosted environments) Remove four remaining uses of %z, three of which were in DEBUGF git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27479 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/common/format.c') diff --git a/firmware/common/format.c b/firmware/common/format.c index 8b9556605f..987af417da 100644 --- a/firmware/common/format.c +++ b/firmware/common/format.c @@ -122,7 +122,6 @@ int format( break; case 'l': - case 'z': /* assume sizeof(size_t) == sizeof(long) */ ch = *fmt++; switch(ch) { case 'x': -- cgit v1.2.3