Merge branch 'master' of projectlivestream.com:pls

This commit is contained in:
Erik Zandvliet 2011-02-15 12:07:14 +01:00
commit 838377d14e

View file

@ -94,7 +94,7 @@ int DDV_Accept(int sock, bool nonblock = false){
return r;
}
bool DDV_write(void * buffer, int todo, int sock){
bool DDV_write(const void * buffer, int todo, int sock){
int sofar = 0;
socketBlocking = false;
while (sofar != todo){