linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03947
[Bug 217878] Re: Error messages from file I/O should be read from OS (non-win32)
** Changed in: linuxdcpp
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/217878
Title:
Error messages from file I/O should be read from OS (non-win32)
Status in DC++:
Fix Released
Status in Linux DC++:
Fix Released
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.