VBOX: Bug fix.

This commit is contained in:
Rom Walton 2015-07-04 12:45:43 -04:00
parent 9f42c5dc00
commit a232766d01
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ int main(int argc, char** argv) {
pVM = NULL;
}
}
if ((5 == vbox_major) && (0 >= vbox_minor)) {
if ((5 == vbox_major) && (0 <= vbox_minor)) {
pVM = (VBOX_VM*) new vbox50::VBOX_VM();
retval = pVM->initialize();
if (retval) {