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
Keep last valid state on regex errors
master
lostd
10 vuotta sitten
vanhempi
cacd576240
commit
ab0c9e5921
1 muutettua tiedostoa
jossa
7 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-2
noice.c
+ 7
- 2
noice.c
Näytä tiedosto
@@ -749,8 +749,13 @@ moretyping:
/* Check regex errors */
if (tmp != NULL)
r = setfilter(&re, tmp);
if (r != 0 && nowtyping)
goto moretyping;
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