mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
3b129a72d8
Seems like there could be a defect in uClibc making errno not thread-local. Don't rely on errno value but check function return value instead which is a better failure indicator. Return errors from `tr_loadFile` and `tr_variantFromFile` via tr_error. Fix `tr_sessionLoadSettings` to not fail on Windows if settings.json does not exist. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
create.c | ||
edit.c | ||
Makefile.am | ||
show.c | ||
transmission-create.1 | ||
transmission-edit.1 | ||
transmission-show.1 | ||
units.h |