diff options
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 |
