agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 9d9e0a8558fa5ba87af9b1a48ee3137de7044d81
parent 26ef6131300f4be4f8206c07eb4246a7399ffe2d
Author: Marc Coquand <marc@coquand.email>
Date:   Tue, 29 Jul 2025 00:18:19 +0200

Comment

Diffstat:
Mmain.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/main.c b/main.c
@@ -345,6 +345,7 @@ fuse_create(const char *filepath, mode_t mode, struct fuse_file_info *info)
 
 	int status = 0;
 
+	// Reserved
 	if (pathIsHidden(filepath)) {
 		status = -EPERM;
 		goto cleanup_return;