*** empty log message ***

This commit is contained in:
ceriel
1987-02-24 13:10:59 +00:00
parent c6a689bcbd
commit ad48036f17
5 changed files with 33 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ register DIR *dirp;
for (;;) {
if (dirp->dd_loc == 0) {
dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf,
DIRBLKSIZ);
dirp->dd_bsize);
if (dirp->dd_size <= 0) {
dirp->dd_size = 0;
return NULL;