(svn r14813) -Codechange: use uint instead of 'just' unsigned.
This commit is contained in:
@@ -39,7 +39,7 @@ bool FiosIsRoot(const char *file)
|
||||
|
||||
void FiosGetDrives()
|
||||
{
|
||||
unsigned disk, disk2, save, total;
|
||||
uint disk, disk2, save, total;
|
||||
|
||||
#ifndef __INNOTEK_LIBC__
|
||||
_dos_getdrive(&save); // save original drive
|
||||
|
Reference in New Issue
Block a user