Skip to content

Commit

Permalink
Fix build issues with Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalStewart90 committed Aug 1, 2023
1 parent 337ebbe commit 430fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GSSocketStream.m
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@ - (void) open
#endif

bindReturn = bind([self _sock],
&_address.s, GSPrivateSockaddrLength(&_address.s));
(struct sockaddr*)&_address.s, GSPrivateSockaddrLength(&_address.s));
if (socketError(bindReturn))
{
[self _recordError];
Expand Down

0 comments on commit 430fa51

Please sign in to comment.