Verbose output uses zero-based indices.

This commit is contained in:
Oliver Schmidt 2018-02-04 22:35:04 +01:00
parent e281c0061b
commit e575578fd0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ int main(int argc, char *argv[])
{
apFilename[iDrive] = argv[iArg];
if (bVerbose)
printf("Drive %d: %s\n", iDrive + 1, apFilename[iDrive]);
printf("Drive %d: %s\n", iDrive, apFilename[iDrive]);
break;
}
}