Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80602
Collapse All | Expand All

(-)htdig-3.2.0b6/htsearch/htsearch.cc.unescaped_output (-2 / +1 lines)
Lines 211-218 Link Here
211
	}
211
	}
212
	if (access((char*)configFile, R_OK) < 0)
212
	if (access((char*)configFile, R_OK) < 0)
213
	{
213
	{
214
	    reportError(form("Unable to read configuration file '%s'",
214
	    reportError("Unable to read configuration file");
215
			     configFile.get()));
216
	}
215
	}
217
	config->Read(configFile);
216
	config->Read(configFile);
218
217
(-)htdig-3.2.0b6/htsearch/qtest.cc.unescaped_output (-2 / +1 lines)
Lines 132-139 Link Here
132
132
133
    if (access((char*)configFile, R_OK) < 0)
133
    if (access((char*)configFile, R_OK) < 0)
134
    {
134
    {
135
	reportError(form("Unable to find configuration file '%s'",
135
	reportError("Unable to find configuration file");
136
			 configFile.get()));
137
    }
136
    }
138
	
137
	
139
    config->Read(configFile);
138
    config->Read(configFile);

Return to bug 80602