Update checkMoves.php to be useful sans MediaWiki

This commit is contained in:
Andrew Garrett 2008-08-07 15:10:49 +00:00
parent 7dc8571bcd
commit a2c9f2ea34
2 changed files with 2 additions and 2 deletions

View file

@ -152,4 +152,4 @@ class AbuseFilterParserNative {
return $request;
}
}
}

View file

@ -315,7 +315,7 @@ map<int,int> getEquivSet() {
int next_utf8_char(std::string::const_iterator & p, std::string::const_iterator & charStart,
std::string::const_iterator end)
{
int c;
int c=0;
unsigned char byte;
int bytes = 0;
charStart = p;