ソースを参照

Only trigger error handling if an error actually occured. :P

master
Richard Nyberg 18年前
コミット
e117d81cf3
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      btpd/content.c

+ 2
- 1
btpd/content.c ファイルの表示

@@ -144,7 +144,8 @@ cm_write_done(struct torrent *tp)
btpd_ev_del(&cm->save_timer);
if (!err)
cm_save(tp);
cm_on_error(tp);
else
cm_on_error(tp);
}

void


読み込み中…
キャンセル
保存