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
Fix a possible compiler warning on some build systems.
tags/v0.3
Ben Kurtovic
11 years ago
parent
7b6b46da95
commit
2596e697ae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mwparserfromhell/parser/tokenizer.c
+ 1
- 1
mwparserfromhell/parser/tokenizer.c
View File
@@ -1021,7 +1021,7 @@ Tokenizer_really_parse_entity(Tokenizer* self)
break;
j++;
}
text[i] = this;
text[i] =
(char)
this;
self->head++;
i++;
}
Write
Preview
Loading…
Cancel
Save