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

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- vorbisgain-0.37/misc.c
0
++ vorbisgain-0.37-format-security/misc.c
Lines 57-64 Link Here
57
    vfprintf(stderr, message, args);
57
    vfprintf(stderr, message, args);
58
    va_end(args);
58
    va_end(args);
59
59
60
    fprintf(stderr, strerror(err_num));
60
    fprintf(stderr, "%s\n", strerror(err_num));
61
    fprintf(stderr, "\n");
62
}
61
}
63
62
64
63

Return to bug 634994