Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 536118
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- SuperLU_4.3/SRC/util.c
0
++ SuperLU_4.3/SRC/util.c
Lines 29-35 Link Here
29
29
30
void superlu_abort_and_exit(char* msg)
30
void superlu_abort_and_exit(char* msg)
31
{
31
{
32
    fprintf(stderr, msg);
32
    fputs(msg, stderr);
33
    exit (-1);
33
    exit (-1);
34
}
34
}
35
35

Return to bug 536118