소스 검색

Fix typo.

master
Richard Nyberg 19 년 전
부모
커밋
b61b04f258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      btpd/download.c

+ 1
- 1
btpd/download.c 파일 보기

@@ -98,7 +98,7 @@ dl_on_ok_piece(struct net *n, uint32_t piece)


if (cm_full(n->tp)) { if (cm_full(n->tp)) {
btpd_log(BTPD_L_BTPD, "Finished downloading '%s'.\n", btpd_log(BTPD_L_BTPD, "Finished downloading '%s'.\n",
torrent_name(tn->tp)); torrent_name(n->tp));
tr_complete(n->tp); tr_complete(n->tp);
BTPDQ_FOREACH(p, &n->peers, p_entry) BTPDQ_FOREACH(p, &n->peers, p_entry)
assert(p->nwant == 0); assert(p->nwant == 0);


||||||
x
 
000:0
불러오는 중...
취소
저장