mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
Sorry, I forgot a semi-colan
This commit is contained in:
parent
267988b246
commit
d585116c1c
@ -1084,7 +1084,7 @@ ssize_t inet_sendto(int s, const void *msg, size_t len, int flags,
|
||||
if(bytesleft > 64000) {
|
||||
inet_sendto(s, msg, 64000, flags, to, tolen);
|
||||
bytesleft -= 64000;
|
||||
msg += 64000
|
||||
msg += 64000;
|
||||
//err=inet_sendto(s, ((const char *)msg+(len/2)),
|
||||
//len-(len/2), flags, to, tolen);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user