Minor type fixes to DOS.

This commit is contained in:
2021-03-11 04:56:07 +00:00
parent 8944c844c4
commit 3f35c03934
11 changed files with 152 additions and 115 deletions

View File

@@ -45,12 +45,12 @@ Copyright (C) 2011-2021 Natalia Portillo
void Filenames(const char* path)
{
char driveNo = path[0] - '@';
unsigned int rc, wRc = 0, cRc = 0;
unsigned actionTaken, total;
int handle;
char message[300];
int pos;
char driveNo = path[0] - '@';
unsigned int rc, wRc = 0, cRc = 0;
unsigned actionTaken, total;
int handle;
char message[300];
int pos;
if(driveNo > 32) driveNo -= 32;