mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
fichier: fix accessing files > 2GB on 32 bit systems - fixes #3581
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user