From 3f31b09e7404e1ea374bbeb230bf34664b641efb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 26 Sep 2018 14:00:05 -0700 Subject: Updated to the point of actually compiling. --- nomnom/files.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomnom/files.nom') diff --git a/nomnom/files.nom b/nomnom/files.nom index a17ec85..e4b5aa2 100644 --- a/nomnom/files.nom +++ b/nomnom/files.nom @@ -2,7 +2,7 @@ use "lib/os.nom" %_SPOOFED_FILES = {} -%_FILE_CACHE = ({} with fallback %_SPOOFED_FILES) +%_FILE_CACHE = ({} with fallback % -> %_SPOOFED_FILES.%) %_BROWSE_CACHE = {} # Create a fake file and put it in the cache -- cgit v1.2.3