]> granicus.if.org Git - nethack/commit
Handle the case where we continue after locking a nonexistent file
authorAlex Smith <ais523@nethack4.org>
Fri, 1 Sep 2017 17:49:43 +0000 (18:49 +0100)
committerAlex Smith <ais523@nethack4.org>
Fri, 1 Sep 2017 17:49:43 +0000 (18:49 +0100)
commita2f886c665343992008dc8d7c270e7d4f157557e
treeddc68bca3eecf6cca13d6af355789e21c3936fbd
parent49ddedc1387d0fe07fb5b4a9fff04b3e43d77bc8
Handle the case where we continue after locking a nonexistent file

The previous version of this would lead to big warnings and
impossibles. This doesn't seem like a useful case, but it's still
better to have better warning messages just in case it does
happen.
src/files.c