VBOX: Fix build break

This commit is contained in:
Rom Walton 2013-10-17 15:13:47 -04:00
parent 549a8babeb
commit 09933f9dbe
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ int VBOX_VM::register_vm() {
command += "--add \"" + vm_disk_controller_type + "\" ";
command += "--controller \"" + vm_disk_controller_model + "\" ";
command += "--hostiocache off ";
if ((vm_disk_controller_type == "sata") || (vm_disk_controller_type == "SATA") {
if ((vm_disk_controller_type == "sata") || (vm_disk_controller_type == "SATA")) {
command += "--sataportcount 1 ";
}