diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:54:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:54:09 +0000 |
commit | b95f39dfdb659097af23465ec2a533a254fd4ac5 (patch) | |
tree | c706cd4227ea65ece171824e07a2f5cf98a291b0 /recursive.cc | |
parent | Adding upstream version 1.12. (diff) | |
download | zutils-b95f39dfdb659097af23465ec2a533a254fd4ac5.tar.xz zutils-b95f39dfdb659097af23465ec2a533a254fd4ac5.zip |
Adding upstream version 1.13~rc1.upstream/1.13_rc1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'recursive.cc')
-rw-r--r-- | recursive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recursive.cc b/recursive.cc index fd87010..d992258 100644 --- a/recursive.cc +++ b/recursive.cc @@ -41,7 +41,7 @@ bool test_full_name( const std::string & full_name, const struct stat * stp, { loop = true; break; } } if( loop ) // full_name already visited or above tree - show_file_error( full_name.c_str(), "warning: Recursive directory loop." ); + show_file_error( full_name.c_str(), "warning: recursive directory loop." ); return !loop; // (link to) directory } |