Ticket #3142: fix file out-of-date-ness check on saving.
commit58bba43490b98aa545d8eea4e6a042e868360749
authorOswald Buddenhagen <ossi@kde.org>
Sun, 15 Dec 2013 17:49:14 +0000 (15 18:49 +0100)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 26 Jan 2014 09:22:58 +0000 (26 13:22 +0400)
treeeeb472319b9136705baa407a456156b56a71a1bc
parent62e1606106048af064fb717f5ff50fccdf5efac3
Ticket #3142: fix file out-of-date-ness check on saving.

The code depended on the execution and outcome of the hardlink check.
This was bogus - the two checks have nothing in common except the stat()
call they both depend on.
src/editor/editcmd.c