1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Update posix.c

This commit is contained in:
Paul
2017-11-06 20:19:43 -08:00
committed by GitHub
parent f202f19897
commit 9325fffd9c

View File

@@ -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;