diff options
Diffstat (limited to 'src/msg.c')
-rw-r--r-- | src/msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ run(void) struct stat path_stat; stat(path, &path_stat); + /* TODO: Error handling */ if (S_ISREG(path_stat.st_mode)) copy_recursively(path, NULL, FTW_F, NULL); else if (S_ISDIR(path_stat.st_mode)) |