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