*** empty log message ***

svn path=/trunk/boinc/; revision=2360
This commit is contained in:
Eric J. Korpela 2003-09-25 00:57:45 +00:00
parent 9426012d59
commit a1d04563f3
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ std::string xml_encode_string(const unsigned char *input, size_t length=0) {
}
} else {
char buf[16];
sprintf(buf,"&#%.3d",input[i]);
sprintf(buf,"&#%.3d;",input[i]);
rv+=buf;
}
}