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 5881ea0..8af8564 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 fdf5102..bc005f9 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