mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 11:53:25 +00:00
Removing runtime warnings
This commit is contained in:
parent
fa6588fa80
commit
c49db8c083
@ -150,12 +150,12 @@ int net_send_cc(const unsigned char *data, int len, void *private_data, struct c
|
||||
{
|
||||
if (rc < 0)
|
||||
mprint("write() error: %s", strerror(errno));
|
||||
return;
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* nanosleep((struct timespec[]){{0, 100000000}}, NULL); */
|
||||
/* Sleep(100); */
|
||||
return;
|
||||
return rc;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user