aboutsummaryrefslogtreecommitdiff
path: root/src/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.c')
-rw-r--r--src/msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.c b/src/msg.c
index 4f69e43..3f3499b 100644
--- a/src/msg.c
+++ b/src/msg.c
@@ -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))