Przeglądaj źródła

Fix order

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

+ 1
- 2
src/nnn.c Wyświetl plik

@@ -3997,6 +3997,7 @@ int main(int argc, char *argv[])
char cwd[PATH_MAX] __attribute__ ((aligned));
char *ipath = NULL;
int opt;
struct sigaction act;

while ((opt = getopt(argc, argv, "Slib:enp:svwh")) != -1) {
switch (opt) {
@@ -4199,8 +4200,6 @@ int main(int argc, char *argv[])
#endif

/* Ignore/handle certain signals */
struct sigaction act;

memset(&act, 0, sizeof(act));
act.sa_sigaction = &sigint_handler;
act.sa_flags = SA_SIGINFO;


Ładowanie…
Anuluj
Zapisz