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

This commit is contained in:
aaron 2018-04-09 17:20:18 +00:00
parent f903f3f03f
commit 407c290a1c

View File

@ -74,7 +74,8 @@ procedure disk_command(params : PParamList);
var var
i : uint8; i : uint8;
begin begin
if stringEquals(getParam(1, params), 'ls') then begin
if stringEquals(getParam(0, params), 'ls') then begin
for i:=0 to 255 do begin for i:=0 to 255 do begin
if storageDevices[i].maxSectorCount = 0 then break; if storageDevices[i].maxSectorCount = 0 then break;
console.writeint(i); console.writeint(i);