sysfunction 70.5: small change

git-svn-id: svn://kolibrios.org@6876 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin
2017-03-07 16:28:02 +00:00
parent b27bd68162
commit 45aee00e6b
6 changed files with 21 additions and 6 deletions

View File

@@ -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