Quick Updates

svn path=/trunk/boinc/; revision=24841
This commit is contained in:
Rom Walton 2011-12-21 00:08:36 +00:00
parent 7091523e91
commit 31aaf4bf85
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ int main(int argc, char** argv) {
//
if (vm.max_elapsed_time > 0.0) {
if (elapsed_time > vm.max_elapsed_time) {
vm.stop();
vm.cleanup();
write_checkpoint(checkpoint_cpu_time);
boinc_finish(0);
}