mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
manage duplicate /
This commit is contained in:
parent
56e7f86bc4
commit
12269cce4d
@ -290,7 +290,7 @@ unsigned int ext2_seek_name(ext2_VOLUME *volume, char *name)
|
|||||||
|
|
||||||
ino = EXT2_ROOT_INO;
|
ino = EXT2_ROOT_INO;
|
||||||
while(1) {
|
while(1) {
|
||||||
if (*name == '/')
|
while (*name == '/')
|
||||||
name++;
|
name++;
|
||||||
if (!*name)
|
if (!*name)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user