Fix for ^^filesize (these kind of hacks need to go in the long game)

This commit is contained in:
ggn 2022-03-07 18:52:24 +02:00 committed by Shamus Hammons
parent 1df6df8dae
commit 9ad63bfb08
1 changed files with 1 additions and 0 deletions

View File

@ -1199,6 +1199,7 @@ DEBUG { printf("TokenizeLine: Calling fpop() from SRC_IFILE...\n"); }
case 119: // macdef
case 120: // time
case 121: // date
case KW_FILESIZE: // filesize
j = -1;
}