Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kaldrum
SRB2
Commits
7c257dc7
Commit
7c257dc7
authored
Feb 17, 2024
by
SSNTails
Browse files
Options
Downloads
Patches
Plain Diff
This was nothing more crazy than a buffer wraparound.
parent
2747e30f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/console.c
+1
-1
1 addition, 1 deletion
src/console.c
with
1 addition
and
1 deletion
src/console.c
+
1
−
1
View file @
7c257dc7
...
@@ -120,7 +120,7 @@ static void CONS_backcolor_Change(void);
...
@@ -120,7 +120,7 @@ static void CONS_backcolor_Change(void);
#ifdef macintosh
#ifdef macintosh
#define CON_BUFFERSIZE 4096 // my compiler can't handle local vars >32k
#define CON_BUFFERSIZE 4096 // my compiler can't handle local vars >32k
#else
#else
#define CON_BUFFERSIZE
16384
#define CON_BUFFERSIZE
32768
#endif
#endif
static
char
con_buffer
[
CON_BUFFERSIZE
];
static
char
con_buffer
[
CON_BUFFERSIZE
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment