]> git.pld-linux.org Git - packages/SuperLU.git/blame - SuperLU-format.patch
- added missing patches (-Werror=format-security fix, shared library)
[packages/SuperLU.git] / SuperLU-format.patch
CommitLineData
b01c0244
JB
1--- SuperLU_4.3/SRC/util.c.orig 2011-10-27 21:49:47.000000000 +0200
2+++ SuperLU_4.3/SRC/util.c 2015-05-22 23:11:04.981981786 +0200
3@@ -29,7 +29,7 @@
4
5 void superlu_abort_and_exit(char* msg)
6 {
7- fprintf(stderr, msg);
8+ fputs(msg, stderr);
9 exit (-1);
10 }
11
This page took 0.493087 seconds and 4 git commands to generate.