Explorar el Código

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

master
Richard Nyberg hace 19 años
padre
commit
b5cdaf06a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar