*** empty log message ***

svn path=/trunk/boinc/; revision=10421
This commit is contained in:
Charlie Fenton 2006-06-21 02:24:40 +00:00
parent 9a47578ac5
commit 6b77961d6f
2 changed files with 8 additions and 1 deletions

View File

@ -6455,3 +6455,10 @@ David 20 June 2006
cs_apps.C
win_build/
boinc_cli_curl.vcproj
Charlie 20 June 2006
- Fix a crash bug in the client (f.printf had fewer arguments than
called for in the format, so attempted access through a bad pointer.)
client/
cs_statefile.C

View File

@ -582,7 +582,7 @@ int CLIENT_STATE::write_state_gui(MIOFILE& f) {
"<core_client_major_version>%d</core_client_major_version>\n"
"<core_client_minor_version>%d</core_client_minor_version>\n"
"<core_client_release>%d</core_client_release>\n"
"%s%s",
"%s",
platform_name,
core_client_major_version,
core_client_minor_version,