mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
progs/xdemos: Add assert in corender.c.
This commit is contained in:
parent
f6541773c4
commit
66a4ec14c3
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ setup_ipc(void)
|
|||
|
||||
printf("Waiting for connection from another 'corender'\n");
|
||||
Sock = AcceptConnection(k);
|
||||
assert(Sock != -1);
|
||||
|
||||
printf("Got connection, sending windowID\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue