On Sat, 2012-11-10 at 16:51 +0000, Chris Young wrote:
> + document = domutils_parse_file(filename,
"iso-8859-1");
> + if (document == NULL) {
> + warn_user("TreeLoadError", messages_get("ParsingFail"));
> return false;
> }
It has been reported to me that the above error is getting triggered
on first run (ie. when Hotlist file does not exist).
The attached patch fixes this.
Applied. Thanks,
J.