mirror of https://github.com/BOINC/boinc.git
parent
99becce034
commit
7e65212ed3
|
@ -350,7 +350,7 @@ void xml_unescape(string& in, string& out) {
|
|||
char c = atoi(in.substr(i+2, 3).c_str());
|
||||
out += c;
|
||||
i = in.find(";", i);
|
||||
if (i==std::string.npos) break;
|
||||
if (i==std::string::npos) break;
|
||||
i++;
|
||||
} else {
|
||||
out += in[i];
|
||||
|
|
Loading…
Reference in New Issue