save some bytes on the stack...
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 25 Oct 2005 16:11:32 +0000 (16:11 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 25 Oct 2005 16:11:32 +0000 (16:11 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2179 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/ensc_fmt/fmtx.hc

index 5204ee2..d169c1a 100644 (file)
@@ -32,7 +32,7 @@
 size_t
 CONCAT(FMT_P(xuint),)(char *ptr, CONCAT(uint_least,_t) val)
 {
-  FMT_FN(16,8);
+  FMT_FN(16,2);
 }
 
 size_t