X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregex.cpp;h=67157c9b185e434adf995ec75eeb3f122869ea9a;hp=60b8ed10294aa1e83b399cb3605a3ef9750b597b;hb=dce2985e07e6184f000ef176451150710e21ee35;hpb=d16185720fa344263367dbd50c61bfc8183d99a4 diff --git a/source/strings/regex.cpp b/source/strings/regex.cpp index 60b8ed1..67157c9 100644 --- a/source/strings/regex.cpp +++ b/source/strings/regex.cpp @@ -310,7 +310,7 @@ Regex::Code Regex::parse_brackets(const string &str, string::const_iterator &ite unsigned char mask[32] = {0}; unsigned type = 0; bool range = false; - unsigned char first=0, last = 0; + unsigned char first = 0, last = 0; for(string::const_iterator i=iter; i!=end; ++i) { unsigned char c = *i;