Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5846981b
Commit
5846981b
authored
Aug 24, 2003
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(term_init): Remove `const' from buffer_size's declaration.
parent
5459e42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/term.c
src/term.c
+1
-1
No files found.
src/term.c
View file @
5846981b
...
...
@@ -2160,7 +2160,7 @@ term_init (terminal_type)
char
*
area
;
char
**
address
=
&
area
;
char
*
buffer
=
NULL
;
const
int
buffer_size
=
4096
;
int
buffer_size
=
4096
;
register
char
*
p
;
int
status
;
struct
frame
*
sf
=
XFRAME
(
selected_frame
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment