ソースを参照

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 {


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