pkgsrc/www/htdig/patches/patch-ag
wiz 8f48e9d890 Update htdig using htdig-devel. Update packages using it
and bump their PKGREVISIONs. Remove htdig-devel.
2011-12-05 10:18:16 +00:00

14 lines
461 B
Text

$NetBSD: patch-ag,v 1.2 2011/12/05 10:18:17 wiz Exp $
--- htfuzzy/htfuzzy.cc.orig 2004-05-29 01:15:20.000000000 +1200
+++ htfuzzy/htfuzzy.cc
@@ -127,8 +127,7 @@ main(int ac, char **av)
config->Defaults(&defaults[0]);
if (access((char*)configFile, R_OK) < 0)
{
- reportError(form("Unable to find configuration file '%s'",
- configFile.get()));
+ reportError(form("Unable to find configuration file."));
}
config->Read(configFile);