mirror of https://github.com/BOINC/boinc.git
- XML fix in backend lib
svn path=/trunk/boinc/; revision=14482
This commit is contained in:
parent
afafb94aee
commit
5104b76439
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue