forked from KolibriOS/kolibrios
correct handling of '..' path on ramdisk
git-svn-id: svn://kolibrios.org@1021 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
487ac2b292
commit
679064a95f
@ -856,6 +856,10 @@ rd_find_lfn:
|
||||
mov [esp+8], eax
|
||||
mov dword [esp+4], ramdisk_notroot_first
|
||||
mov dword [esp], ramdisk_notroot_next
|
||||
test eax, eax
|
||||
jnz .loop
|
||||
mov dword [esp+4], ramdisk_root_first
|
||||
mov dword [esp], ramdisk_notroot_next
|
||||
jmp .loop
|
||||
.notfound:
|
||||
add esp, 12
|
||||
|
Loading…
Reference in New Issue
Block a user