Kostas Zorbadelos <[EMAIL PROTECTED]> wrote: > Hello to everyone.
Hi, Kosta! > There is a problem with large file support (>2GB) in mailutils > 1.0. Although mu_off_t type was introduced, the function fseek() instead > of fseeko() is used in > > mailbox/file_stream.c > mimeview/mimetypes.y > > This produces errors when a large offset is passed as > argument. Ah, indeed. Thanks for pointing that out. > Shouldn't we use fseeko in these files? Probably so, but with a caution: fseeko is a SysV invention and it may not be available on some systems. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
