sysfunction 70.5: small change
git-svn-id: svn://kolibrios.org@6876 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -500,6 +500,8 @@ fs_CdGetFileInfo:
|
||||
ret
|
||||
|
||||
.volume:
|
||||
test eax, eax
|
||||
jz .size
|
||||
mov ecx, 16
|
||||
mov esi, CDDataBuf+40
|
||||
add edi, 40
|
||||
@@ -538,6 +540,7 @@ fs_CdGetFileInfo:
|
||||
xor eax, eax
|
||||
mov [edx+36], eax
|
||||
stosw
|
||||
mov byte [edx], 8
|
||||
ret
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user