Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba8e0a83c7
commit
60d97c7cb2
24 changed files with 310 additions and 146 deletions
|
@ -63,6 +63,7 @@ bool next_filename( std::list< std::string > & filenames,
|
|||
if( ignore_stdin ) continue;
|
||||
input_filename = "."; return true;
|
||||
}
|
||||
if( Exclude::excluded( input_filename.c_str() ) ) continue; // skip file
|
||||
struct stat st;
|
||||
if( stat( input_filename.c_str(), &st ) == 0 && S_ISDIR( st.st_mode ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue