1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
1999-05-07  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/tst-printf.c: Add test case for last _itoa problem.

	* stdio-common/vfprintf.c: Fix typo.
This commit is contained in:
Ulrich Drepper
1999-05-07 11:32:00 +00:00
parent 7bcaca4384
commit 31c46cf53d
3 changed files with 27 additions and 6 deletions

View File

@@ -597,7 +597,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
string = group_number (string, workend, grouping, \
thousands_sep); \
} \
/* Simply further test for num != 0. */ \
/* Simplify further test for num != 0. */ \
number.word = number.longlong != 0; \
} \
else \