Close #83 with fix suggested
Change-Id: I83975a0963d09eab73df62adf81ce8027ca41bb0
This commit is contained in:
parent
d8127f841f
commit
e01448dd84
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ char *path;
|
|||
while (iso_711(dir_ptr->length) > 0 && offset < BLOCK_SIZE)
|
||||
{
|
||||
if (iso_cmp(name, dir_ptr,
|
||||
(Read_Dir || (!Read_Dir && !last_in_path))) == 0)
|
||||
(Read_Dir || !last_in_path)) == 0)
|
||||
{
|
||||
found = 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue