]> granicus.if.org Git - nethack/commit
put mystery line back but !WIN32
authornhmall <mjnh@persona.ca>
Sat, 21 Mar 2015 20:17:17 +0000 (16:17 -0400)
committernhmall <mjnh@persona.ca>
Sat, 21 Mar 2015 20:17:17 +0000 (16:17 -0400)
commitaf9af8b7018f481588098974872b887bd8ad63cc
tree019995cd4b671304c78e5d88655f2264a1c61ae0
parent349e264ac3eccab996cc065867cd2808785d9e32
put mystery line back but !WIN32

Since that line of code is used by a lot of different ports, I decided to
recant its removal and just add #ifdef to ensure it isn't compiled on WIN32.

I think other ports might encounter the same issue where the first pass with
filename set to 'sysconf', is then going to overwrite the hard-coded user
config file name, but I can't fix or test those so for those ports, it
will be now be back the way it was.
src/files.c