1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Merge with git+ssh://pasky/srv/git/elinks.git

This commit is contained in:
Jonas Fonseca 2006-01-02 14:59:42 +01:00 committed by Jonas Fonseca
commit 2664a11a68

View File

@ -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;