mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2120
This commit is contained in:
parent
88632f4b35
commit
0cb9f7a488
|
@ -5769,6 +5769,12 @@ Karl 2003/08/15
|
||||||
sched/
|
sched/
|
||||||
file_upload_handler.C
|
file_upload_handler.C
|
||||||
|
|
||||||
|
Karl 2003/08/15
|
||||||
|
- db_dump: added core_versions.xml; simplified
|
||||||
|
|
||||||
|
sched/
|
||||||
|
db_dump.C
|
||||||
|
|
||||||
David Aug 15 2003
|
David Aug 15 2003
|
||||||
- revised backend logic
|
- revised backend logic
|
||||||
This fixes some bugs and inefficiencies (I hope)
|
This fixes some bugs and inefficiencies (I hope)
|
||||||
|
|
|
@ -397,7 +397,7 @@ void core_versions() {
|
||||||
fprintf(f,
|
fprintf(f,
|
||||||
" <core_version>\n"
|
" <core_version>\n"
|
||||||
" <id>%d</id>\n"
|
" <id>%d</id>\n"
|
||||||
" <platform id=%d name=\"%s\">%s</platform>\n"
|
" <platform id=\"%d\" name=\"%s\">%s</platform>\n"
|
||||||
" <version>%d</version>\n"
|
" <version>%d</version>\n"
|
||||||
" <create_time>%d</create_time>\n"
|
" <create_time>%d</create_time>\n"
|
||||||
" <url>%s</url>\n"
|
" <url>%s</url>\n"
|
||||||
|
|
Loading…
Reference in New Issue