Fix wrong disk number from command line.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
48d30b6b19
commit
d4aa32a34c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ namespace common2
|
|||
|
||||
if (!options.disk1.empty())
|
||||
{
|
||||
szImageName_drive[DRIVE_2] = options.disk1.c_str();
|
||||
szImageName_drive[DRIVE_1] = options.disk1.c_str();
|
||||
}
|
||||
|
||||
if (!options.disk2.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue