Skip to content
Snippets Groups Projects
Commit 8b4d0210 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Correct initialization of fmutex_t so the file descriptor is -1

For some reason, MSVC was initializing the time_t (second element of the
struct) to -1, not the int fd (the first element), which was initialized to
0. Weird.
parent 1f37517c
No related branches found
No related tags found
No related merge requests found
Pipeline #7186 passed
Loading
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