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

Expand user_t.curxtrn from 8 to 16 chars (the new maxlen of int-codes)

Apparently I missed this in commit b1f3fef6.
parent 333b6609
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3861 passed
......@@ -934,7 +934,7 @@ typedef struct { /* Users information */
comment[LEN_COMMENT+1], /* Private comment about user */
cursub[LEN_EXTCODE+1], /* Current sub-board internal code */
curdir[LEN_EXTCODE+1], /* Current directory internal code */
curxtrn[9], /* Current external program internal code */
curxtrn[LEN_CODE+1], /* Current external program internal code */
ipaddr[LEN_IPADDR+1]; /* Last known IP address */
uchar level, /* Security level */
......
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