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

Collapse All | Expand All

(-)src/fit.c.orig (+1 lines)
Lines 1685-1690 Link Here
1685
    VA_START(args, fmt);
1685
    VA_START(args, fmt);
1686
# if defined(HAVE_VFPRINTF) || _LIBC
1686
# if defined(HAVE_VFPRINTF) || _LIBC
1687
    vfprintf(STANDARD, fmt, args);
1687
    vfprintf(STANDARD, fmt, args);
1688
    VA_START(args, fmt);
1688
    vfprintf(log_f, fmt, args);
1689
    vfprintf(log_f, fmt, args);
1689
# else
1690
# else
1690
    _doprnt(fmt, args, STANDARD);
1691
    _doprnt(fmt, args, STANDARD);

Return to bug 46981