forked from premiere/premiere-libtorrent
fix typo in alert_manager
This commit is contained in:
parent
87c46a144d
commit
cc999d85ae
|
@ -81,7 +81,7 @@ namespace libtorrent
|
|||
}
|
||||
#endif
|
||||
if (a->type() == save_resume_data_failed_alert::alert_type
|
||||
|| a->type() == save_resume_data_failed_alert::alert_type)
|
||||
|| a->type() == save_resume_data_alert::alert_type)
|
||||
++m_num_queued_resume;
|
||||
|
||||
if (m_alerts[m_generation].size() == 1)
|
||||
|
|
Loading…
Reference in New Issue