From 62ef9621345d79656b8048ffaea0d48cbb631d79 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 14 Sep 2011 01:19:35 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24200 --- samples/vboxwrapper/vbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index f42b8774b1..1e6b52b3ec 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -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=\"");