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
Change scope to always check the correct return value
master
lostd
10 vuotta sitten
vanhempi
3c45733f47
commit
0aefc2f496
1 muutettua tiedostoa
jossa
9 lisäystä
ja
8 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-8
noice.c
+ 9
- 8
noice.c
Näytä tiedosto
@@ -748,15 +748,16 @@ moretyping:
if (r == 1)
nowtyping = 0;
/* Check regex errors */
if (tmp != NULL)
if (tmp != NULL)
{
r = setfilter(&re, tmp);
if (r != 0)
if (nowtyping) {
goto moretyping;
} else {
free(tmp);
goto nochange;
}
if (r != 0)
if (nowtyping) {
goto moretyping;
} else {
free(tmp);
goto nochange;
}
}
/* Copy or reset filter */
free(filter);
if (tmp != NULL)
Write
Preview
Loading…
Peruuta
Tallenna