id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking branch_state votes 3612 fish on large files number gregoryfenton "What version of Midnight Commander is used? $ mc -V GNU Midnight Commander 4.8.13 Built with GLib 2.43.1 Using the S-Lang library with terminfo database With builtin Editor With subshell support as default With support for background operations With mouse support on xterm and Linux console With support for X11 events With internationalization support With multiple codepages support Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, sftpfs, fish Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; What steps will reproduce the problem? Transfer a file larger than 4 gigabytes What is the expected output? fish: storing file: x/y What do you see instead? fish: storing file: -z/y Where x is current position of transfer, y is file size, z is 32 bit signed version of position The issue is that the first parameter (z) is displayed in 32 bit signed and it should ideally be 64 bit unsigned, or at the very least the same as (y)" defect closed minor mc-vfs master worksforme no branch