mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-22 12:32:05 +03:00
Fix ext2 bug
This commit is contained in:
parent
b1c305abc5
commit
d7c6aa5a9e
@ -205,7 +205,7 @@ static int ext2fs_parse_dirent(struct ext2fs_dir_entry *dir, struct ext2fs_file_
|
|||||||
|
|
||||||
char *cpy = path;
|
char *cpy = path;
|
||||||
|
|
||||||
if (*cpy = '/')
|
if (*cpy == '/')
|
||||||
cpy++;
|
cpy++;
|
||||||
|
|
||||||
int token_count;
|
int token_count;
|
||||||
|
Loading…
Reference in New Issue
Block a user