summaryrefslogtreecommitdiff
path: root/www/htdig/patches/patch-ag
blob: adc4ae7d918294cccb666d4cd7f41e7d15998779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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);