From b95f39dfdb659097af23465ec2a533a254fd4ac5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:54:09 +0100 Subject: Adding upstream version 1.13~rc1. Signed-off-by: Daniel Baumann --- recursive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recursive.cc') 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 } -- cgit v1.2.3