From fec08fab6e6cff12889a34b9b5e827ed4abd9bff Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 20 Feb 2019 21:27:05 -0800 Subject: codex: update stale comment about unescaping escaping is still janky/broken but it does actually unescape, just in a broken way. --- src/codex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3