View | Details | Raw Unified | Return to issue 798
Collapse All | Expand All

(-)tools/bootstrp/envset.cxx (-1 / +2 lines)
Lines 238-247 Link Here
238
		nError = ENVSET_NO_FILE;
238
		nError = ENVSET_NO_FILE;
239
239
240
	if ( nError == ENVSET_NO_ERROR ) {
240
	if ( nError == ENVSET_NO_ERROR ) {
241
		String s = String( rConfigFile, gsl_getSystemTextEncoding());
241
242
242
		// read all informations out of file
243
		// read all informations out of file
243
		InformationParser aParser;
244
		InformationParser aParser;
244
		pInfoList = aParser.Execute( String( rConfigFile, gsl_getSystemTextEncoding()));
245
		pInfoList = aParser.Execute( s );
245
246
246
		if ( !pInfoList )
247
		if ( !pInfoList )
247
			nError = ENVSET_FILE_ERROR;
248
			nError = ENVSET_FILE_ERROR;

Return to issue 798