mirror of
https://github.com/xfarrow/dircomp.git
synced 2024-12-23 00:10:11 +01:00
Update dircomp.c
This commit is contained in:
parent
a53f763735
commit
244ff67d69
@ -92,7 +92,7 @@ void print_files_in_directory(char* directory, struct arguments arguments){
|
||||
}
|
||||
|
||||
// is directory
|
||||
if (dir->d_type == DT_DIR)
|
||||
if (dir -> d_type == DT_DIR)
|
||||
{
|
||||
if(arguments.r == true)
|
||||
print_files_in_directory(dir -> d_name, arguments); // todo, pass the pointer to reduce memory usage
|
||||
|
Loading…
Reference in New Issue
Block a user