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
Only free history path if it is valid
master
lostd
11 anni fa
parent
8123975406
commit
d84c3b1079
1 ha cambiato i file
con
4 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
noice.c
+ 4
- 2
noice.c
Vedi File
@@ -604,8 +604,10 @@ begin:
/* Find cur from history */
cur = dentfind(dents, n, path, hpath);
free(hpath);
hpath = NULL;
if (hpath != NULL) {
free(hpath);
hpath = NULL;
}
for (;;) {
int nlines;
Write
Preview
Loading…
Annulla
Salva