Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
The dirp should be initialized here
master
lostd
11 anni fa
parent
f05f98e4fe
commit
11bebdf23e
1 ha cambiato i file
con
4 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-5
noice.c
+ 4
- 5
noice.c
Vedi File
@@ -555,11 +555,10 @@ out:
free(dents[i].name);
free(dents);
if (dirp != NULL) {
r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");
}
/* Should never be null */
r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");
goto begin;
}
Write
Preview
Loading…
Annulla
Salva