mirror of
https://github.com/ProDOS-8/xHD.git
synced 2024-11-29 04:49:16 +00:00
Verbose output uses zero-based indices.
This commit is contained in:
parent
e281c0061b
commit
e575578fd0
@ -85,7 +85,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
apFilename[iDrive] = argv[iArg];
|
apFilename[iDrive] = argv[iArg];
|
||||||
if (bVerbose)
|
if (bVerbose)
|
||||||
printf("Drive %d: %s\n", iDrive + 1, apFilename[iDrive]);
|
printf("Drive %d: %s\n", iDrive, apFilename[iDrive]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user