diff options
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 126a5e41d..939126cd0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -21,6 +21,7 @@ * src/du.c (pop_dir): New function. (count_entry): Factor out common code (pop_dir), and call the new function instead. + Move declaration of global, `stat_buf' into this function. (du_files): Don't stat `.' or call save_cwd, since count_entry never returns with a changed working directory. |