瀏覽代碼

Fix #301

master
Arun Prakash Jana 6 年之前
父節點
當前提交
c373b4b279
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      src/nnn.c

+ 3
- 1
src/nnn.c 查看文件

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


Loading…
取消
儲存