agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit 68dc84786d547a3c58098b600abdabfa94df71a1
parent 72f1c2f13cbe0f1837c6626ce981bc2dee6025e1
Author: Marc Coquand <marc@coquand.email>
Date: Fri, 15 Aug 2025 13:28:45 +0200
Format
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/main.c b/main.c
@@ -1,6 +1,6 @@
#define FUSE_USE_VERSION 31
-#include "fuse3/fuse_opt.h"
+#include <fuse3/fuse_opt.h>
#include "fuse_node.h"
#include "fuse_node_store.h"
#include "ical_extra.h"
@@ -141,7 +141,6 @@ fuse_open(const char *path, struct fuse_file_info *fi)
{
FUSE_READ_BEGIN;
LOG("%s", path);
-
const struct tree_node *node = get_node_by_path(mreg, path);
if (!node) {
LOG("Entry not found");