mirror of
				https://github.com/rofafor/vdr-plugin-iptv.git
				synced 2023-10-10 11:37:03 +00:00 
			
		
		
		
	Fixed formatting.
This commit is contained in:
		
							
								
								
									
										2
									
								
								socket.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								socket.c
									
									
									
									
									
								
							| @@ -315,7 +315,7 @@ cIptvTcpSocket::~cIptvTcpSocket() | ||||
|  | ||||
| bool cIptvTcpSocket::OpenSocket(const int portP, const char *streamAddrP) | ||||
| { | ||||
|   debug("cIptvTcpSocket::%s(%s, %s)", __FUNCTION__, portP, streamAddrP); | ||||
|   debug("cIptvTcpSocket::%s(%d, %s)", __FUNCTION__, portP, streamAddrP); | ||||
|   // Socket must be opened before setting the host address | ||||
|   return (cIptvSocket::OpenSocket(portP, false) && CheckAddress(streamAddrP, &sockAddrM.sin_addr.s_addr)); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user