Przeglądaj źródła

Remove redundant conversion

master
Arun Prakash Jana 7 lat temu
rodzic
commit
d62ce4bb5e
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Wyświetl plik

@@ -2831,7 +2831,7 @@ main(int argc, char *argv[])
cfg.filtermode = 1;
break;
case 'c':
if ((uchar)atoi(optarg) > 7)
if (atoi(optarg) > 7)
cfg.showcolor = 0;
else
cfg.color = (uchar)atoi(optarg);


Ładowanie…
Anuluj
Zapisz