commit | faf5227bc5ee587c3f03a97443a5e2e3e722db74 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Wed May 18 13:18:07 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Wed May 18 17:59:22 2016 +0200 |
tree | 756f81ba86787624ef1632d31fc6d4ae861577df | |
parent | bc33539b11d78b82ed04a91f28f5de9dbd02aa0b [diff] |
files: remove a superfluous condition, and do not ignore a "No" Having just opened a fresh buffer, 'openfile->next' will never be NULL, because the list is circular. Second, when compiled with --disable-nultibuffer, and deciding not to override an existing lock, the 'return FALSE' should *not* be skipped, because otherwise the named file will be opened after all. This fixes an unreported bug.