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

(-)a/tai64nfrac.c (-1 / +1 lines)
Lines 43-49 Link Here
43
	nanoseconds += u;
43
	nanoseconds += u;
44
    }
44
    }
45
    seconds -= 4611686018427387914ULL;
45
    seconds -= 4611686018427387914ULL;
46
    printf("%lu.%lu ", seconds, nanoseconds);
46
    printf("%lu.%09lu ", seconds, nanoseconds);
47
    return c;
47
    return c;
48
}
48
}
49
49

Return to bug 539622