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

This commit is contained in:
aaron 2018-04-11 22:16:19 +00:00
parent f1beeca4c4
commit c6ed6453e0

View File

@ -88,7 +88,7 @@ var
begin begin
if stringEquals(getParam(0, params), 'ls') then begin if stringEquals(getParam(0, params), 'ls') and (LL_Size(storageDevices) > 0) then begin
for i:=0 to LL_Size(storageDevices) - 1 do begin for i:=0 to LL_Size(storageDevices) - 1 do begin
// if PStorage_Device(LL_Get(storageDevices, i))^.maxSectorCount = 0 then break; // if PStorage_Device(LL_Get(storageDevices, i))^.maxSectorCount = 0 then break;
console.writeint(i); console.writeint(i);