blob: 366ae85780e858f10653b249d0be02df209a3765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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);
|