From cc23da7a6e7fd332a0b4ec1e8be7b88cf2187ec1 Mon Sep 17 00:00:00 2001 From: ggn Date: Thu, 21 Jul 2022 19:57:03 +0300 Subject: [PATCH] Fix for #190, thanks to jagmod for the report --- rln.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2