OSDN Git Service

Oops. Stupid typo.
authorEric Andersen <andersen@codepoet.org>
Sat, 11 May 2002 20:01:09 +0000 (20:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 11 May 2002 20:01:09 +0000 (20:01 -0000)
libc/misc/dirent/readdir64.c

index 1630172..85404bb 100644 (file)
@@ -58,7 +58,7 @@ struct dirent64 *readdir64(DIR * dir)
            dir->dd_nextoff = de->d_off;
 
            /* Skip deleted files.  */
-       } while (dir->d_ino == 0);
+       } while (de->d_ino == 0);
 
 all_done:
 #ifdef _POSIX_THREADS