git-svn-id: https://spexeah.com:8443/svn/Asuro@503 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
f1beeca4c4
commit
c6ed6453e0
@ -88,7 +88,7 @@ var
|
||||
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
|
||||
// if PStorage_Device(LL_Get(storageDevices, i))^.maxSectorCount = 0 then break;
|
||||
console.writeint(i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user