Bug#394302: curlftpfs: Fails to work with files with size bigger then sizeof(long)

2006-10-20 Thread Steve Langasek
severity 394302 important tags 394302 lfs thanks On Fri, Oct 20, 2006 at 05:04:35PM +0200, Andrei Lahun wrote: > Justification: causes non-serious data loss Hmmm, while claiming that all bugs in LFS support cause "data loss" would be an intriguing method of forcing these bugs to be fixed, I'm af

Bug#394302: curlftpfs: Fails to work with files with size bigger then sizeof(long)

2006-10-20 Thread Andrei Lahun
Package: curlftpfs Version: 0.9-1 Severity: grave Tags: patch Justification: causes non-serious data loss Trying to use curlftpfs for mounting ftp server i found that it doesnot correctly work if length of file bigger then 2Gb. I just replaced long for size of file with long long. Patch attached.