Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 6d80f2ebf0a51134c3cae91fe613c502 > files > 3

htdig-3.2.0-0.9mdk.src.rpm

--- httools/htmerge.cc.can-2005-0085	2005-03-21 17:06:15.137963224 -0700
+++ httools/htmerge.cc	2005-03-21 17:06:15.137963224 -0700
@@ -104,8 +104,7 @@
 
     if (access((char*)configfile, R_OK) < 0)
     {
-	reportError(form("Unable to find configuration file '%s'",
-			 configfile.get()));
+        reportError("Unable to read configuration file");
     }
 	
     config->Read(configfile);
--- htfuzzy/htfuzzy.cc.can-2005-0085	2005-03-21 17:07:41.185756557 -0700
+++ htfuzzy/htfuzzy.cc	2005-03-21 17:07:41.185756557 -0700
@@ -125,8 +125,7 @@
     config->Defaults(&defaults[0]);
     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);
 
--- htsearch/htsearch.cc.can-2005-0085	2005-03-21 17:08:30.674549339 -0700
+++ htsearch/htsearch.cc	2005-03-21 17:08:30.675549177 -0700
@@ -177,8 +177,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.can-2005-0085	2005-03-21 17:09:01.835562440 -0700
+++ htsearch/qtest.cc	2005-03-21 17:09:01.835562440 -0700
@@ -123,8 +123,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);