Quick Updates

svn path=/trunk/boinc/; revision=24200
This commit is contained in:
Rom Walton 2011-09-14 01:19:35 +00:00
parent 6ebadb3085
commit 62ef962134
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ bool VBOX_VM::is_running() {
char buf[256];
command = "showvminfo \"" + vm_name + "\" ";
command += "--machinereadable ";
if (vbm_popen(command, output) == 0) {
vmstate_location = output.find("VMState=\"");