Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85526 | Differences between
and this patch

Collapse All | Expand All

(-)fmirror.c (-1 / +1 lines)
Lines 642-648 Link Here
642
    va_list args;
642
    va_list args;
643
    va_start(args, format);
643
    va_start(args, format);
644
    vsprintf(buffer, format, args);
644
    vsprintf(buffer, format, args);
645
    l = fprintf(out_file, "%s\n", buffer); 
645
    l = fprintf(out_file, "%s\r\n", buffer); 
646
    fflush(out_file);
646
    fflush(out_file);
647
    buffer[l - 1] = 0;
647
    buffer[l - 1] = 0;
648
    LOG(6, cmd, ("---> %s", buffer));
648
    LOG(6, cmd, ("---> %s", buffer));

Return to bug 85526