aboutsummaryrefslogtreecommitdiff
path: root/src/msg.c
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 17:47:21 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 17:47:21 +0530
commit48016ebbe55051ea4745c57cbc937d2a66c22ef9 (patch)
tree21f32d36bfd2ca6aa7c40a46baeae38a18dcdbeb /src/msg.c
parent7cc0394cd4ccdbab3ff6fabea0efdd20a3117fc2 (diff)
templates: move base.html into subdirectory
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))