Kaynağa Gözat

Minor reformat

master
Arun Prakash Jana 6 yıl önce
ebeveyn
işleme
281d7cbc8b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. +2
    -3
      src/nnn.c

+ 2
- 3
src/nnn.c Dosyayı Görüntüle

@@ -1300,11 +1300,10 @@ static void archive_selection(const char *cmd, const char *archive, const char *
char *buf = (char *)malloc(CMD_LEN_MAX * sizeof(char));
snprintf(buf, CMD_LEN_MAX,
#ifdef __linux__
"xargs -0 -a %s %s %s",
"xargs -0 -a %s %s %s", g_cppath, cmd, archive);
#else
"cat %s | xargs -0 -o %s %s",
"cat %s | xargs -0 -o %s %s", g_cppath, cmd, archive);
#endif
g_cppath, cmd, archive);
spawn("sh", "-c", buf, curpath, F_NORMAL);
free(buf);
}


Yükleniyor…
İptal
Kaydet