utils.c: Fix locking bug
commitf7bab2702f165ac0b6379addb015b31ed3de3c78
authorjlh <jlh@gmx.ch>
Mon, 14 Jul 2008 16:54:34 +0000 (14 18:54 +0200)
committerjlh <jlh@gmx.ch>
Mon, 14 Jul 2008 16:54:34 +0000 (14 18:54 +0200)
treeff169fe63c206fdc8862f6e0f3cdfdeb25a591ca
parent5469504f8531843227aa7f60a58351a3a2fd31e4
utils.c: Fix locking bug

Yet another locking bug!  If the lock file existed already and was
locked by another instance, it would correctly exit, but also
delete the lock file.
utils.cpp