*** empty log message ***

svn path=/trunk/boinc/; revision=11324
This commit is contained in:
Rom Walton 2006-10-20 06:11:48 +00:00
parent 963e22b788
commit b73a308f2d
1 changed files with 2 additions and 1 deletions

View File

@ -394,7 +394,8 @@ int CLIENT_STATE::write_state_file() {
if (ret1) return ret1;
if (ret2) return ret2;
// the following fails if no current file, so don't check
// only attempt to rename the current state file if it
// exists.
//
if (boinc_file_exists(STATE_FILE_NAME)) {
if(boinc_file_exists(STATE_FILE_PREV)) {