Skip to content
Snippets Groups Projects
Commit 1be49a62 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 bcce78c6.
parent 3656b8fd
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment