--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- SuperLU_4.3/SRC/util.c +++ SuperLU_4.3/SRC/util.c @@ -29,7 +29,7 @@ void superlu_abort_and_exit(char* msg) { - fprintf(stderr, msg); + fputs(msg, stderr); exit (-1); }