Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Immanuel
/
nnn
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
No need for a temporary buffer
xdirname() uses xstrdup() internally so we are safe to use that pointer directly.
master
sin
10 vuotta sitten
vanhempi
35f3b250bb
commit
9bc4b92474
1 muutettua tiedostoa
jossa
1 lisäystä
ja
3 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
noice.c
+ 1
- 3
noice.c
Näytä tiedosto
@@ -551,10 +551,8 @@ nochange:
goto nochange;
} else {
dir = xdirname(path);
tmp = xmalloc(strlen(dir) + 1);
strlcpy(tmp, dir, strlen(dir) + 1);
free(path);
path =
tmp
;
path = dir;
free(filter);
filter = xstrdup(ifilter); /* Reset filter */
/* Recall history */
Write
Preview
Loading…
Peruuta
Tallenna