changed "feel good" progress marks to all directories

This commit is contained in:
Bob Zieman
1993-11-30 10:13:40 +00:00
parent adaf88fb3a
commit 3b7f4c6064
+1 -1
View File
@@ -305,7 +305,6 @@ startFromHere()
dir, dp->d_name);
else {
sprintf(name, "%s/%s", dir, dp->d_name);
printf("."); fflush(stdout);
procDirEntries(name);
}
}
@@ -334,6 +333,7 @@ procDirEntries(name)
processFile(name);
return;
}
printf("."); fflush(stdout);
if ((stbuf.st_mode & S_IFMT) == S_IFDIR) {
/* access the last component (directory) in name */
ptr = (char *) strrchr(name, '/');