git-svn-id: https://spexeah.com:8443/svn/Asuro@463 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron
2018-04-10 12:41:41 +00:00
parent bce58215eb
commit 95f581f7bd
2 changed files with 2 additions and 10 deletions

View File

@ -57,8 +57,8 @@ type
var
storageDevices : array[0..25] of PStorage_Device; //index in this array is global drive id
fileSystems : array[0..31] of PFilesystem;
storageDevices : array[0..25] of TStorage_Device; //index in this array is global drive id
fileSystems : array[0..31] of TFilesystem;
procedure init();