Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Immanuel
/
btpd
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Write "1 torrent." instead of "1 torrents.".
master
Richard Nyberg
19 vuotta sitten
vanhempi
f8a4999e40
commit
b5cdaf06a9
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cli/btcli.c
+ 1
- 1
cli/btcli.c
Näytä tiedosto
@@ -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 {
Write
Preview
Loading…
Peruuta
Tallenna