projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6cec9
)
Fix a warning in last patch.
author
Bruno Haible
<bruno@clisp.org>
Sat, 19 May 2007 20:30:58 +0000
(20:30 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 19 May 2007 20:30:58 +0000
(20:30 +0000)
lib/vasnprintf.c
patch
|
blob
|
history
diff --git
a/lib/vasnprintf.c
b/lib/vasnprintf.c
index 49692f16a37933a5fb7e5644143d642800ca4e27..696047791a48fd37655845e289518734dadab4f3 100644
(file)
--- a/
lib/vasnprintf.c
+++ b/
lib/vasnprintf.c
@@
-1290,7
+1290,9
@@
VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar
# endif
))
{
+# if NEED_PRINTF_INFINITE && NEED_PRINTF_LONG_DOUBLE
arg_type type = a.arg[dp->arg_index].type;
+# endif
int flags = dp->flags;
int has_width;
size_t width;