The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: fix warning introduced in !2252

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2328>

+1 -1
+1 -1
src/xrt/ipc/server/ipc_server_per_client_thread.c
··· 73 73 } 74 74 75 75 if (ics->local_floor_space_overseer_index < IPC_MAX_CLIENT_SPACES && // 76 - ics->local_floor_space_overseer_index >= 0) { 76 + ics->local_floor_space_overseer_index > 0) { 77 77 xrt_space_reference( 78 78 (struct xrt_space **)&ics->server->xso->localfloorspace[ics->local_floor_space_overseer_index], 79 79 NULL);