Files
nethack/win
PatR ec7238ac22 lint cleanup for tty 'gray'
gcc complained about assigning string literals to variables that aren't
const.  String literals don't have const type but modifying them results
in undefined behavior, so the warning is justified.  Except in this case
the strings were never being modified so if wasn't justified after all.
Switch to a static buffer anyway.
2015-03-30 16:10:14 -07:00
..
2015-02-27 19:33:40 -05:00
2015-02-26 09:22:52 -05:00
2015-03-01 10:26:24 +02:00
2015-03-30 16:10:14 -07:00
2015-02-27 19:33:40 -05:00