View | Details | Raw Unified
Collapse All | Expand All

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