mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
12 lines
178 B
Diff
12 lines
178 B
Diff
--- a/SRC/util.c
|
|
+++ b/SRC/util.c
|
|
@@ -29,7 +29,7 @@
|
|
|
|
void superlu_abort_and_exit(char* msg)
|
|
{
|
|
- fprintf(stderr, msg);
|
|
+ fprintf(stderr, "%s", msg);
|
|
exit (-1);
|
|
}
|
|
|