mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[textarea] const ed
This commit is contained in:
parent
7b3ebd8fb3
commit
c7c9295eba
@ -633,7 +633,7 @@ textarea_edit(int op, struct terminal *term_, struct form_state *fs_,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (op == 0) {
|
if (op == 0) {
|
||||||
char *ed;
|
const char *ed;
|
||||||
char *ex;
|
char *ex;
|
||||||
|
|
||||||
assert(fs_ && doc_view_ && link_ && term_);
|
assert(fs_ && doc_view_ && link_ && term_);
|
||||||
|
Loading…
Reference in New Issue
Block a user