summaryrefslogtreecommitdiff
path: root/src/codex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codex.c')
-rw-r--r--src/codex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/codex.c b/src/codex.c
index 451f646..599ab67 100644
--- a/src/codex.c
+++ b/src/codex.c
@@ -62,9 +62,7 @@ static int codex_getattr(const char *path, struct stat *stbuf)
}
-/* TODO: this is a temp hack, there's no unescaping, it's the bare minimum
- * to avoid producing dentry names with slashes.
- */
+/* TODO: (un)escaping is a temp hack */
static void escape(char *buf, size_t size)
{
if (!size)
© All Rights Reserved