fichier: fix accessing files > 2GB on 32 bit systems - fixes #3581

This commit is contained in:
Nick Craig-Wood 2019-10-01 12:34:38 +01:00
parent 23bf6bb4d8
commit 77a520c97c
3 changed files with 5 additions and 5 deletions

View file

@ -348,7 +348,7 @@ func (f *Fs) putUnchecked(ctx context.Context, in io.Reader, remote string, size
Date: time.Now().Format("2006-01-02 15:04:05"),
Filename: link.Filename,
Pass: 0,
Size: int(fileSize),
Size: fileSize,
URL: link.Download,
},
}, nil