Skip to content
Snippets Groups Projects
Commit fb957d1d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Increase size of file mode string so it's not 4 bytes.

4-bytes is how bit a 32-bit pointer is.
parent 6b75566e
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6281 failed
......@@ -39,7 +39,7 @@ typedef struct
{
FILE* fp;
char name[MAX_PATH+1];
char mode[4];
char mode[5];
uchar etx;
BOOL debug;
BOOL rot13;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment