mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Minor type fixes to DOS.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user