This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Route failure shouldn't be consumed before it reaches Tokenizer_parse_tag().
tags/v0.3
Ben Kurtovic
11 years ago
parent
90ef3206f3
commit
2f55654f01
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mwparserfromhell/parser/tokenizer.c
+ 0
- 1
mwparserfromhell/parser/tokenizer.c
View File
@@ -1380,7 +1380,6 @@ Tokenizer_really_parse_tag(Tokenizer* self)
}
}
else {
else {
if (Tokenizer_handle_tag_data(self, data, this) || BAD_ROUTE) {
if (Tokenizer_handle_tag_data(self, data, this) || BAD_ROUTE) {
RESET_ROUTE();
TagData_dealloc(data);
TagData_dealloc(data);
return NULL;
return NULL;
}
}
Write
Preview
Loading…
Cancel
Save