https://bugs.kde.org/show_bug.cgi?id=403089
michael <reeves...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |1.7.90 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kdi | |ff3/13922740e55bc4886123fb9 | |9f08318453aa42eda --- Comment #3 from michael <reeves...@gmail.com> --- Git commit 13922740e55bc4886123fb99f08318453aa42eda by Michael Reeves. Committed on 18/01/2019 at 22:05. Pushed by mreeves into branch 'master'. fix fastFileComparison for network files FIXED-IN:1.7.90 This fixes the handling of tempfiles created during network comparsion. Previously these would be accessed by name alone causing an error. Now QTemparyFile is used were needed. Direct use of QFile for file operations is now depriated as this is diffcualt to get right given the use of a tempFile in some cases. *open,close, read routines created in FileAccess to currectly handle the tempfile logic and error messages. *Fix this issue exists within FileAccess::readFile() as well. M +9 -34 src/directorymergewindow.cpp M +65 -14 src/fileaccess.cpp M +12 -3 src/fileaccess.h https://commits.kde.org/kdiff3/13922740e55bc4886123fb99f08318453aa42eda -- You are receiving this mail because: You are watching all bug changes.