mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2360
This commit is contained in:
parent
9426012d59
commit
a1d04563f3
|
@ -309,7 +309,7 @@ std::string xml_encode_string(const unsigned char *input, size_t length=0) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
char buf[16];
|
char buf[16];
|
||||||
sprintf(buf,"&#%.3d",input[i]);
|
sprintf(buf,"&#%.3d;",input[i]);
|
||||||
rv+=buf;
|
rv+=buf;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue