forked from KolibriOS/kolibrios
FAT code now ignores volume label
git-svn-id: svn://kolibrios.org@399 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f1bec30fb2
commit
052bff4128
@ -598,6 +598,8 @@ fat_get_name:
|
|||||||
@@:
|
@@:
|
||||||
cmp byte [edi+11], 0xF
|
cmp byte [edi+11], 0xF
|
||||||
jz .longname
|
jz .longname
|
||||||
|
test byte [edi+11], 8
|
||||||
|
jnz .no
|
||||||
push ecx
|
push ecx
|
||||||
push edi ebp
|
push edi ebp
|
||||||
test byte [ebp-4], 1
|
test byte [ebp-4], 1
|
||||||
|
Loading…
Reference in New Issue
Block a user