Quick Updates

svn path=/trunk/boinc/; revision=24198
This commit is contained in:
Rom Walton 2011-09-14 00:51:06 +00:00
parent cedd8dfbd1
commit cc5da892c7
1 changed files with 1 additions and 1 deletions

View File

@ -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(