OSDN Git Service

2006-12-06 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / error.c
index d92fd82..fd8f0bb 100644 (file)
@@ -549,6 +549,7 @@ error_print (const char *type, const char *format0, va_list argp)
        {
          /* This is a position specifier.  See comment above.  */
          while (ISDIGIT(*format))
+           format++;
            
          /* Skip over the dollar sign.  */
          format++;