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

--- htsearch/htsearch.cc.orig	2002-02-01 00:47:18.000000000 +0100
+++ htsearch/htsearch.cc	2005-03-20 21:15:02.000000000 +0100
@@ -145,8 +145,7 @@
     if (access(configFile, R_OK) < 0)
     {
 	if (filenameok) filenamemsg << " '" << configFile.get() << "'";
-	reportError(form("Unable to read configuration file%s",
-			 filenamemsg.get()));
+	reportError(form("Unable to read configuration file."));
     }
     config.Read(configFile);
 
