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

(-)../avfs-0.9.8_orig/modules/urar.c (-1 / +1 lines)
Lines 587-593 Link Here
587
    if(res < 0)
587
    if(res < 0)
588
        return res;
588
        return res;
589
589
590
    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC);
590
    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC, 0644);
591
    if(fd == -1) {
591
    if(fd == -1) {
592
        res = -errno; 
592
        res = -errno; 
593
        av_log(AVLOG_ERROR, "RAR: Could not open %s: %s", tmpfile,
593
        av_log(AVLOG_ERROR, "RAR: Could not open %s: %s", tmpfile,

Return to bug 258295