Ensure page encoding isn't trampled.

svn path=/trunk/netsurf/; revision=3027
This commit is contained in:
John Mark Bell 2006-11-04 19:52:49 +00:00
parent b6c8e435cd
commit 2d4276ee41

View File

@ -201,6 +201,9 @@ bool html_set_parser_encoding(struct content *c, const char *encoding)
return false;
}
/* Ensure noone else attempts to reset the encoding */
html->getenc = false;
return true;
}