Arun Prakash Jana před 5 roky
rodič
revize
c373b4b279
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      src/nnn.c

+ 3
- 1
src/nnn.c Zobrazit soubor

@@ -2420,7 +2420,9 @@ static char *get_output(char *buf, const size_t bytes, const char *file,

static bool getutil(const char *util)
{
if (!get_output(g_buf, CMD_LEN_MAX, "which", util, NULL, FALSE))
char buf[8];

if (!get_output(buf, 8, "which", util, NULL, FALSE))
return FALSE;

return TRUE;


Načítá se…
Zrušit
Uložit