https://bugs.kde.org/show_bug.cgi?id=419702
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kio | |-extras/95a5ed3167788b24111 | |a0fffaae662cc55585443 --- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 95a5ed3167788b24111a0fffaae662cc55585443 by Harald Sitter. Committed on 06/04/2020 at 09:47. Pushed by sitter into branch 'master'. smb: make sure we use balanced arguments on qmax previously there was opportunity for failure here when the deduced literal type was different from the actual off_t type and qmax is very picky about explicit input types. so, instead cast to off_t, as any int will accommodate 0 anyway so the cast has no downsides. M +1 -1 smb/transfer.cpp https://commits.kde.org/kio-extras/95a5ed3167788b24111a0fffaae662cc55585443 -- You are receiving this mail because: You are watching all bug changes.