apply mising piece of previous patch
[deliverable/binutils-gdb.git] / bfd / bfd.c
index e6f54c699da1f6127e18b696d70a6c14075100c9..8ebc81a9953d33f30d24fdeede90874eeb04167f 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -437,7 +437,7 @@ _bfd_default_error_handler (const char *fmt, ...)
     abort ();
 
   p = fmt;
-  while (*p != '\0')
+  while (1)
     {
       char *q;
       size_t len, extra, trim;
This page took 0.022932 seconds and 4 git commands to generate.