Skip to content
Snippets Groups Projects
Commit 891f8c56 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increase maximum extended file description length from 4000 to 5000

Apparently 4000 characters isn't enough for everyone to describe their files in vibrant colors and "graphics". :-)
parent 61e6d386
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -506,7 +506,7 @@ typedef enum { /* Values for xtrn_t.event */
#define LEN_ZIPCODE 10 /* Zip/Postal code */
#define LEN_MODEM 8 /* User modem type description */
#define LEN_FDESC 58 /* File description (summary) */
#define LEN_EXTDESC 4000 /* Extended file description */
#define LEN_EXTDESC 5000 /* Extended file description */
#define LEN_TITLE 70 /* Message title */
#define LEN_MAIN_CMD 28 /* Unused Storage in user.dat */
#define LEN_COLS 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment