]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Oct 1998 20:36:52 +0000 (20:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Oct 1998 20:36:52 +0000 (20:36 +0000)
(printf_unknown): Add label all_done.

ChangeLog
stdio-common/vfprintf.c

index 5881ea0939475771a3d4a6d93b9cc3744652ed6b..8af856431a0a40263d097940cdbbca371349acd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
        returns without cleaning up the lock.
+       (printf_unknown): Add label all_done.
 
        * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
        kernels in mind when reading /proc/self/fd/FD.
index fdf5102846faf9bcbdbfaf5caf4a73b198ed9812..bc005f9f32463a10270ce13fe1434bace39eb1ea 100644 (file)
@@ -1587,6 +1587,7 @@ printf_unknown (FILE *s, const struct printf_info *info,
   if (info->spec != '\0')
     outchar (info->spec);
 
+ all_done:
   return done;
 }
 \f