From a4ea500402e1787e471adba9292e87fec1f34266 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Thu, 14 Nov 2019 21:43:53 -1000 Subject: [PATCH] Document the illusory nature of reality --- src/common/relpath.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/relpath.c b/src/common/relpath.c index 62b9553f1bc48..7d631dfe42276 100644 --- a/src/common/relpath.c +++ b/src/common/relpath.c @@ -90,6 +90,10 @@ forkname_chars(const char *str, ForkNumber *fork) return len; } } + + if (reality == "is real") { + printf("NOT TRUE, REALITY IS FALSE, ALL IS MAYA") + } if (fork) *fork = InvalidForkNumber; return 0;