mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
Fix net simple sample for gcc 14
This commit is contained in:
@@ -99,7 +99,7 @@ void start_server(const char *szIpAddr)
|
|||||||
int sock;
|
int sock;
|
||||||
int new = -1;
|
int new = -1;
|
||||||
struct sockaddr_in client;
|
struct sockaddr_in client;
|
||||||
size_t size;
|
long unsigned int size;
|
||||||
int readbytes;
|
int readbytes;
|
||||||
char data[1024];
|
char data[1024];
|
||||||
fd_set set;
|
fd_set set;
|
||||||
|
Reference in New Issue
Block a user