Merge branch 'master' of projectlivestream.com:pls
This commit is contained in:
		
						commit
						838377d14e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -94,7 +94,7 @@ int DDV_Accept(int sock, bool nonblock = false){ | ||||||
|   return r; |   return r; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| bool DDV_write(void * buffer, int todo, int sock){ | bool DDV_write(const void * buffer, int todo, int sock){ | ||||||
|   int sofar = 0; |   int sofar = 0; | ||||||
|   socketBlocking = false; |   socketBlocking = false; | ||||||
|   while (sofar != todo){ |   while (sofar != todo){ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Erik Zandvliet
						Erik Zandvliet