|
Subject: |
TS - EAST from GMT |
|
From: |
"Gabor Csuka, DESY - Germany" <[email protected]> |
|
Date: |
Mon, 16 Jan 1995 14:28:52 EST |
Hi,
The code below in tsSubr.c (line 902) doesn't work if EPICS_TS_MIN_WEST
negative.
assert(pStamp->secPastEpoch >= tsMinWest * 60);
The correct is (e.g.):
if (tsMinWest>0) {
assert(pStamp->secPastEpoch >= (unsigned long)(tsMinWest * 60));
}
Regards,
Gabor Csuka
DESY
- Navigate by Date:
- Prev:
Re: IOC time 1min=90sec ?? Marty Kraimer
- Next:
Re: IOC time 1min=90sec ?? winans
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
- Navigate by Thread:
- Prev:
Re: TS - EAST from GMT Marty Kraimer
- Next:
Re: TS - EAST from GMT Deb Kerstiens
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
|