aboutsummaryrefslogtreecommitdiff
path: root/include/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits.c')
-rw-r--r--include/bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits.c b/include/bits.c
index 326b67b7cc90..0ff1247c54e6 100644
--- a/include/bits.c
+++ b/include/bits.c
@@ -49,7 +49,7 @@ RCSID("$Id$");
#define BITSIZE(TYPE) \
{ \
int b = 0; TYPE x = 1, zero = 0; const char *pre = "u"; \
- char tmp[128], tmp2[128]; \
+ char tmp[128], tmp2[192]; \
while(x){ x <<= 1; b++; if(x < zero) pre=""; } \
if(b >= len){ \
size_t tabs; \