remove a troublesome line of code
authornhmall <mjnh@persona.ca>
Sat, 21 Mar 2015 20:01:03 +0000 (16:01 -0400)
committernhmall <mjnh@persona.ca>
Sat, 21 Mar 2015 20:01:03 +0000 (16:01 -0400)
commit349e264ac3eccab996cc065867cd2808785d9e32
treedc491efac8ea03842a2d8e7fcc073c986dccd13b
parentb8515fb5fdbb8efe4d8db4bcfe35dfe454f2ef3e
remove a troublesome line of code

Whenever SYSCF was enabled on Windows, the option
processing would go bonkers with illegal options
at startup. I noticed it months ago, and Derek
had it happen the other evening.

It turns out, the hard-coded 'defaults.nh' setting
was being overwritten with the name sysconf on
the first SET_IN_SYS pass, so all subsequent passes
were re-opening the SYSC_FILE instead of the
user config file.

I opted to take it out as I couldn't ascertain
why it was there in the first place.
src/files.c