]> skyeroc.xyz Git - dgamelaunch/commitdiff
Remove bogus and too early unlock
authorJilles Tjoelker <jilles@stack.nl>
Fri, 13 Feb 2004 22:59:28 +0000 (22:59 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Fri, 13 Feb 2004 22:59:28 +0000 (22:59 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@232 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index 01d69113a35eb61a37898ac41bf6e49cb4de25df..466a6e649e32ee6c88c562f6b97877ffe5c00872 100644 (file)
@@ -1337,7 +1337,6 @@ writefile (int requirenew)
         graceful_exit (116);
     }
 
-  fcntl (fileno (fpl), F_UNLCK, &fl);
   fclose (fp);
   fclose (fpl);
 }