File abort-message-formatting.diff of Package superlu

Index: SuperLU_3.0/SRC/util.c
===================================================================
--- SuperLU_3.0.orig/SRC/util.c
+++ SuperLU_3.0/SRC/util.c
@@ -26,9 +26,9 @@
  */
 
 void superlu_abort_and_exit(char* msg)
 {
-    fprintf(stderr, msg);
+    fprintf(stderr, "%s", msg);
     exit (-1);
 }
 
 /*
openSUSE Build Service is sponsored by