]> Zhao Yanbai Git Server - minix.git/commitdiff
Close #83 with fix suggested 40/3040/1
authorJacob Adams <tookmund@gmail.com>
Tue, 14 Jul 2015 20:24:50 +0000 (16:24 -0400)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 28 Jul 2015 09:58:12 +0000 (09:58 +0000)
Change-Id: I83975a0963d09eab73df62adf81ce8027ca41bb0

minix/commands/isoread/isoread.c

index a6c806d4e5b0ad6fc6a928c18671d389f14e128f..749e166f70b5986756a09b32121298edc99c3136 100644 (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;