mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Update posix.c
This commit is contained in:
@@ -301,8 +301,9 @@ bool platform_lock_single_instance()
|
||||
}
|
||||
log_error("flock returned an uncatched errno: %d", errno);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
typedef struct enumerate_file_info {
|
||||
char active;
|
||||
|
||||
Reference in New Issue
Block a user