Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove uneeded type conversion"
This reverts commit efcf97d. At 32bit platforms (e.g. armv6h) it causes a compile time error: ./purge.go:43:31: cannot use atimeUnix.Sec (type int32) as type int64 in argument to time.Unix ./purge.go:43:46: cannot use atimeUnix.Nsec (type int32) as type int64 in argument to time.Unix Closes anatol#18
- Loading branch information