Merging upstream version 1.13~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f40403d840
commit
95e3ee3bd3
29 changed files with 472 additions and 517 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue