8f48e9d890
and bump their PKGREVISIONs. Remove htdig-devel.
14 lines
461 B
Text
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);
|
|
|