Minor type fixes to DOS.

This commit is contained in:
2021-03-11 04:48:10 +00:00
parent 90bf021197
commit 8944c844c4
4 changed files with 6 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ void Filenames(const char* path)
unsigned actionTaken, total;
int handle;
char message[300];
int pos = 0;
int pos;
if(driveNo > 32) driveNo -= 32;