1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00

mailru: fix invalid timestamp on corrupted files (fixes #4229)

This commit is contained in:
Ivan Andreev
2020-05-18 15:10:47 +03:00
parent 1c860ef252
commit 878ebf3658
2 changed files with 8 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ type ListItem struct {
Name string `json:"name"`
Home string `json:"home"`
Size int64 `json:"size"`
Mtime int64 `json:"mtime,omitempty"`
Mtime uint64 `json:"mtime,omitempty"`
Hash string `json:"hash,omitempty"`
VirusScan string `json:"virus_scan,omitempty"`
Tree string `json:"tree,omitempty"`