Skip to content
Snippets Groups Projects
Commit a4fd6cc2 authored by rswindell's avatar rswindell
Browse files

Fixed bug in lockf version of unlock().

parent b40c79c6
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ int DLLCALL lock(int file, long offset, int len)
}
/* Removes a lock from a file record */
int DLLCALL unlock(int file, long pos, int len)
int DLLCALL unlock(int file, long offset, int len)
{
int i;
long pos;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment