mirror of https://github.com/BOINC/boinc.git
parent
5972bf2c8f
commit
7bbdb288ed
|
@ -273,7 +273,6 @@ int VBOX_VM::start() {
|
|||
int VBOX_VM::stop() {
|
||||
string command;
|
||||
string output;
|
||||
double timeout;
|
||||
char buf[256];
|
||||
int retval = 0;
|
||||
|
||||
|
|
|
@ -692,8 +692,8 @@ int main(int argc, char** argv) {
|
|||
write_checkpoint(elapsed_time, vm);
|
||||
|
||||
if (vm.enable_cern_dataformat) {
|
||||
FILE* output = fopen("output");
|
||||
if (f) {
|
||||
FILE* output = fopen("output", "w");
|
||||
if (output) {
|
||||
fprintf(
|
||||
output,
|
||||
"Work Unit completed!\n"
|
||||
|
|
Loading…
Reference in New Issue