mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Merge with git+ssh://pasky/srv/git/elinks.git
This commit is contained in:
commit
2664a11a68
@ -283,7 +283,7 @@ parse_optional_fields(struct mailcap_entry *entry, unsigned char *line)
|
||||
if (!field) break;
|
||||
|
||||
if (!strncasecmp(field, "needsterminal", 13)) {
|
||||
entry->needsterminal = 1;
|
||||
entry->needsterminal = 1;
|
||||
|
||||
} else if (!strncasecmp(field, "copiousoutput", 13)) {
|
||||
entry->copiousoutput = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user