forked from KolibriOS/kolibrios
sysfunction 70.5: small change
git-svn-id: svn://kolibrios.org@6876 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -2103,6 +2103,7 @@ ext_GetFileInfo:
|
||||
push eax
|
||||
call ext_unlock
|
||||
pop eax
|
||||
@@:
|
||||
ret
|
||||
|
||||
.volume:
|
||||
@@ -2116,6 +2117,8 @@ ext_GetFileInfo:
|
||||
mov eax, [ebx+8]
|
||||
mov byte [edi], 8
|
||||
mov [edi+4], eax
|
||||
test eax, eax
|
||||
jz @b
|
||||
lea esi, [ebp+EXTFS.superblock.volumeLabel]
|
||||
mov ecx, 16
|
||||
add edi, 40
|
||||
|
Reference in New Issue
Block a user