Fix wrong disk number from command line.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2022-03-27 13:18:54 +01:00
parent 48d30b6b19
commit d4aa32a34c

View file

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