From bfc0d2d9dba405755bd27768c1ceebe692bc69e7 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 25 Oct 2005 16:11:32 +0000 Subject: [PATCH] save some bytes on the stack... git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2179 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/ensc_fmt/fmtx.hc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/ensc_fmt/fmtx.hc b/util-vserver/ensc_fmt/fmtx.hc index 5204ee2..d169c1a 100644 --- a/util-vserver/ensc_fmt/fmtx.hc +++ b/util-vserver/ensc_fmt/fmtx.hc @@ -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 -- 1.8.1.5