mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10421
This commit is contained in:
parent
9a47578ac5
commit
6b77961d6f
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue