diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-09-26 14:00:05 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-09-26 14:00:05 -0700 |
| commit | 3f31b09e7404e1ea374bbeb230bf34664b641efb (patch) | |
| tree | b619f129e263de2e2a8a5a4866188fcb779031e6 /nomnom/files.nom | |
| parent | 17dfd248640caae5eecc13be8974378c39953f39 (diff) | |
Updated to the point of actually compiling.
Diffstat (limited to 'nomnom/files.nom')
| -rw-r--r-- | nomnom/files.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
