- XML fix in backend lib

svn path=/trunk/boinc/; revision=14482
This commit is contained in:
David Anderson 2008-01-07 22:04:54 +00:00
parent afafb94aee
commit 5104b76439
2 changed files with 7 additions and 1 deletions

View File

@ -142,3 +142,9 @@ David Jan 7 2007
html/inc/
countries.inc
David Jan 7 2007
- XML fix in backend lib
tools/
backend_lib.C

View File

@ -206,7 +206,7 @@ static int process_wu_template(
sprintf(buf,
" <name>%s</name>\n"
" <generated_locally/>\n"
"</file_info>/n",
"</file_info>\n",
infiles[file_number]
);
} else {