<<< Date Index >>>     <<< Thread Index >>>

Re: mutt/2084: unable to open files >2GB



Synopsis: unable to open files >2GB

State-Changed-From-To: open->feedback
State-Changed-By: brendan
State-Changed-When: Sat, 24 Sep 2005 01:48:01 +0200
State-Changed-Why:
Try the attached patch.



**** Comment added by brendan on Sat, 24 Sep 2005 01:48:01 +0200 ****
 It seems this is a system where off_t is 64 bits but long is 32, so we must 
use fseeko/ftello instead of fseek/ftell. Try the attached patch and see if it 
works for you. Many more places in the code may need to be changed :(