← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 217878] Re: Error messages from file I/O should be read from OS (non-win32)

 

** Changed in: linuxdcpp
    Milestone: None => 1.1.0

** Tags added: core

-- 
Error messages from file I/O should be read from OS (non-win32)
https://bugs.launchpad.net/bugs/217878
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.

Status in DC++: Fix Released
Status in Linux DC++: Fix Committed

Bug description:
If there are errors while reading or otherwise working with files, make sure that the error messages are taken from the operating system, instead of just constant strings. This makes it much easier to detect full disks, etc. (No, the previous code won't do that, whatever it says.)

This is a patch originally made for Linux DC++, obviously, as the affected code is #ifndef on win32.