Fix: Win x64's alternate platform is really windows_intelx86 not windows_x86_64.

svn path=/trunk/boinc/; revision=12437
This commit is contained in:
Rom Walton 2007-04-20 20:36:38 +00:00
parent 5059b146e8
commit f98df5beff
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CLIENT_STATE::CLIENT_STATE() {
core_client_version.minor = BOINC_MINOR_VERSION;
core_client_version.release = BOINC_RELEASE;
platform_name = HOSTTYPE;
alt_platform_name = HOSTTYPE;
alt_platform_name = HOSTTYPEALT;
exit_after_app_start_secs = 0;
app_started = 0;
exit_before_upload = false;