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

(-)plptools-0.12/lib/psitime.cc (-1 / +1 lines)
Lines 63-69 Link Here
63
    psi2unix();
63
    psi2unix();
64
}
64
}
65
65
66
PsiTime::PsiTime(struct timeval *_utv, struct timezone *_utz = 0L) {
66
PsiTime::PsiTime(struct timeval *_utv, struct timezone *_utz) {
67
    if (_utv != 0L)
67
    if (_utv != 0L)
68
	utv = *_utv;
68
	utv = *_utv;
69
    if (_utz != 0L)
69
    if (_utz != 0L)

Return to bug 25170