blob: f34c2ad6ba860efeab9397d12cc3b07a9b3e238b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ah,v 1.2 2011/12/05 10:18:17 wiz Exp $
--- httools/htmerge.cc.orig 2004-05-29 01:15:25.000000000 +1200
+++ httools/htmerge.cc
@@ -118,8 +118,7 @@ int main(int ac, char **av)
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);
|