RAGE: /etc support

This commit is contained in:
Kurt Zeilenga 1998-08-09 08:56:28 +00:00
parent c2047d5e08
commit aa9ac31bbb

View file

@ -73,7 +73,7 @@ char **argv;
initialise();
sprintf( tailor, "%s/%stailor", ETCDIR, program );
sprintf( tailor, "%s/%stailor", RUNTIMECONFDIR, program );
if ( (tailorFile = fopen( tailor, "r" )) != NULL ) {
readConfiguration( tailorFile );
fclose( tailorFile );