Update xerbla.c
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 26 Apr 2017 18:29:30 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2017 18:29:30 +0000 (20:29 +0200)
interface/xerbla.c

index b2687fb..c3a1745 100644 (file)
@@ -14,7 +14,7 @@ void CNAME(blasint p, char *rout, char *form, ...)
 
    if (p)
       fprintf(stderr, "Parameter %d to routine %s was incorrect\n", p, rout);
-   vfprintf(stderr, form, argptr);
+   vfprintf(stderr, form, args);
    va_end(args);
    exit(-1);
 }