Fix for #190, thanks to jagmod for the report

This commit is contained in:
ggn 2022-07-21 19:57:03 +03:00 committed by Shamus Hammons
parent a839b5e1b4
commit cc23da7a6e
1 changed files with 1 additions and 1 deletions

2
rln.h
View File

@ -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