$NetBSD: patch-ag,v 1.1 2005/03/20 20:34:27 salo Exp $

--- htfuzzy/htfuzzy.cc.orig	2002-02-01 00:47:17.000000000 +0100
+++ htfuzzy/htfuzzy.cc	2005-03-20 21:16:14.000000000 +0100
@@ -148,8 +148,7 @@
     config.Defaults(&defaults[0]);
     if (access(configFile, R_OK) < 0)
     {
-	reportError(form("Unable to find configuration file '%s'",
-			 configFile.get()));
+	reportError(form("Unable to find configuration file."));
     }
     config.Read(configFile);
 
