mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Set text/plain for errors
This commit is contained in:
@@ -67,6 +67,7 @@ struct module fsp_protocol_module = struct_module(
|
||||
static void
|
||||
fsp_error(unsigned char *error)
|
||||
{
|
||||
fprintf(stderr, "text/plain");
|
||||
puts(error);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user