소스 검색

Write "1 torrent." instead of "1 torrents.".

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

+ 1
- 1
cli/btcli.c 파일 보기

@@ -553,7 +553,7 @@ cmd_list(int argc, char **argv)
printf("%s\n", path);
free(path);
}
printf("%d torrents.\n", count);
printf("%d torrent%s.\n", count, count == 1 ? "" : "s");
}

static struct {


불러오는 중...
취소
저장