mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(process_string_arg): Fix typo.
This commit is contained in:
parent
c98d82db4c
commit
c9bf8c6000
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This directory contains the version 2.2.91 release of the GNU C Library.
|
||||
This directory contains the version 2.2.92 release of the GNU C Library.
|
||||
Many bugs have been fixed since the last release.
|
||||
Some bugs surely remain.
|
||||
|
||||
|
@ -1084,7 +1084,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
|
||||
outstring (string, len); \
|
||||
if (left) \
|
||||
PAD (L' '); \
|
||||
if (__builin_expect (string_malloced, 0)) \
|
||||
if (__builtin_expect (string_malloced, 0)) \
|
||||
free (string); \
|
||||
} \
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user