Browse Source

Update xerbla.c

tags/v0.2.20^2
Martin Kroeker GitHub 8 years ago
parent
commit
1e06b49854
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/xerbla.c

+ 1
- 1
interface/xerbla.c View 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);
}


Loading…
Cancel
Save