summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-02-20 21:27:05 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-02-20 21:27:05 -0800
commitfec08fab6e6cff12889a34b9b5e827ed4abd9bff (patch)
tree2ed80a3a4235ebbfa50b29ca4e18c043692541df
parenta95f7c6a7f7b8d58013c74c33d4f67deac69180f (diff)
codex: update stale comment about unescapingHEADmaster
escaping is still janky/broken but it does actually unescape, just in a broken way.
-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