You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On success, mmap() returns a pointer to the mapped area. On error,
the value MAP_FAILED (that is, (void *) -1) is returned, and errno is
set to indicate the cause of the error.
The text was updated successfully, but these errors were encountered:
Thank you, will correct the code. Please note this is a new v5 under active development. The current full-featured version is still the v4 coded in Rust.
FITSWebQL/src/main_uWS.cpp
Line 1164 in 480095a
MAP_FAILED
notNULL
The text was updated successfully, but these errors were encountered: