Close #83 with fix suggested

Change-Id: I83975a0963d09eab73df62adf81ce8027ca41bb0
This commit is contained in:
Jacob Adams 2015-07-14 16:24:50 -04:00 committed by David van Moolenbroek
parent d8127f841f
commit e01448dd84

View file

@ -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;