From cc5da892c77d51f8426f1df7b9b1534bc5ac143c Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 14 Sep 2011 00:51:06 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24198 --- samples/vboxwrapper/vbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 52d3e3b4e8..a070a69265 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -307,7 +307,7 @@ bool VBOX_VM::is_running() { vmstate_location = output.find("VMState=\""); if (vmstate_location != string::npos) { vmstate_location += 9; - vmstate_length = output.find('\"', vmstate_location); + vmstate_length = output.find('"', vmstate_location); vmstate = output.substr(vmstate_location, vmstate_length); fprintf(