Opened 17 years ago
Closed 17 years ago
#156 closed bug (Fixed)
time_code overflow — at Version 1
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
Looking at what happens in time_string, the first thing is INT(time) returning 0x80000000 or MIN_INT, being some huge negative number. My time is the number of seconds since the time origin of 1900, with years ranging from the 1950's to the present. The upshot is that all my time_codes end up being t = * ::
Change History (2)
by , 17 years ago
Attachment: | patch.get_date added |
---|
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
OK. I missed this possibility.
Note:
See TracTickets
for help on using tickets.
patch