summaryrefslogtreecommitdiffstats
path: root/openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss
blob: 32a044a7b3f14a1f2750ce28d3a3214d59edb4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- htsearch/htsearch.cc.orig	Fri May 28 06:15:24 2004
+++ htsearch/htsearch.cc	Mon Sep 12 23:16:06 2005
@@ -211,8 +211,7 @@
 	}
 	if (access((char*)configFile, R_OK) < 0)
 	{
-	    reportError(form("Unable to read configuration file '%s'",
-			     configFile.get()));
+           reportError("Unable to read configuration file");
 	}
 	config->Read(configFile);
 
--- htsearch/qtest.cc.orig	Fri May 28 06:15:25 2004
+++ htsearch/qtest.cc	Mon Sep 12 23:19:49 2005
@@ -132,8 +132,7 @@
 
     if (access((char*)configFile, R_OK) < 0)
     {
-	reportError(form("Unable to find configuration file '%s'",
-			 configFile.get()));
+	reportError("Unable to find configuration file");
     }
 	
     config->Read(configFile);