From: ggn Date: Thu, 21 Jul 2022 16:57:03 +0000 (+0300) Subject: Fix for #190, thanks to jagmod for the report X-Git-Tag: v1.7.1~2 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=cc23da7a6e7fd332a0b4ec1e8be7b88cf2187ec1 Fix for #190, thanks to jagmod for the report --- diff --git a/rln.h b/rln.h index 5b45bed..1a448ce 100644 --- a/rln.h +++ b/rln.h @@ -68,7 +68,7 @@ #define OST_BLOCK 0x400000 // Output symbol table block (4MB) #define DSTSEG_D 1 // Include file destination seg (DATA) #define DSTSEG_T 2 // Include file destination seg (TEXT) -#define MAXARGS 256 // Max number of args in a command file +#define MAXARGS 4096 // Max number of args in a command file // Headers