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/
|
html/inc/
|
||||||
countries.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,
|
sprintf(buf,
|
||||||
" <name>%s</name>\n"
|
" <name>%s</name>\n"
|
||||||
" <generated_locally/>\n"
|
" <generated_locally/>\n"
|
||||||
"</file_info>/n",
|
"</file_info>\n",
|
||||||
infiles[file_number]
|
infiles[file_number]
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue