From: ggn Date: Mon, 7 Mar 2022 16:52:24 +0000 (+0200) Subject: Fix for ^^filesize (these kind of hacks need to go in the long game) X-Git-Tag: v2.2.0~4 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=9ad63bfb08225dd024d426041982c185bb697dff Fix for ^^filesize (these kind of hacks need to go in the long game) --- diff --git a/token.c b/token.c index 2d3742f..a652f2f 100644 --- a/token.c +++ b/token.c @@ -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; }