From: Jilles Tjoelker Date: Fri, 13 Feb 2004 22:59:28 +0000 (+0000) Subject: Remove bogus and too early unlock X-Git-Tag: v1.6.1-roc-dev~468 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=d9d9e9f1c907abc1eddb92eeacc6ca0b11dec374;p=dgamelaunch Remove bogus and too early unlock git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@232 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/dgamelaunch.c b/dgamelaunch.c index 01d6911..466a6e6 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -1337,7 +1337,6 @@ writefile (int requirenew) graceful_exit (116); } - fcntl (fileno (fpl), F_UNLCK, &fl); fclose (fp); fclose (fpl); }