GNOME Bugzilla – Bug 576021
On Windows qtmux can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
Last modified: 2009-03-20 13:21:26 UTC
Same as two previous patches - Windows version of this plugin should explicitly use _lseeki64().
Created attachment 130999 [details] [review] Use _lseeki64() on Windows
will push after freeze. commit 05f999675a694211933aecf5f90c3790d91a4ae0 Author: LRN <lrn1986 at gmail dot com> Date: Fri Mar 20 14:20:16 2009 +0100 win32: fix seeking in large files Use _lseeki64() on Windows to seek in large files. Fixes #576021.