Commit ab691b49 authored by Gyepi Sam's avatar Gyepi Sam
Browse files

Fixed file.timestamp output

File.timestamp was generating incorrect values
because it uses timer_to_time, which returns an 8 digit value
though there was only space (and a need) for 6 digits.
As a result, the upper bits of the time added to the lower bits of the
date, creating an odd mess.
parent 942c9b3d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment