Remove/replace functional_fun.h functions

This commit is contained in:
kannibalox
2024-12-18 12:01:43 -05:00
committed by Jari Sundell
parent 0d1b9e9d55
commit cd9948a4a8
9 changed files with 7 additions and 670 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ CommandScheduler::call_item(value_type item) {
rpc::call_object(item->command());
} catch (torrent::input_error& e) {
if (m_slotErrorMessage.is_valid())
if (m_slotErrorMessage)
m_slotErrorMessage("Scheduled command failed: " + item->key() + ": " + e.what());
}