FTK Changes. Added support for HP-UX built with the native compiler (aCC). Added extendFile() method to the file handle class -- this method will increase the size of a file in the most optimal way possible on the host platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@732 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -2782,7 +2782,7 @@ RCODE F_TCPStream::openConnection(
|
||||
for( iTries = 0; iTries < iMaxTries; iTries++ )
|
||||
{
|
||||
iSockErr = 0;
|
||||
if( connect( m_iSocket, (struct sockaddr *)&address,
|
||||
if( connect( m_iSocket, (struct sockaddr *)((void *)&address),
|
||||
(unsigned)sizeof(struct sockaddr)) >= 0)
|
||||
{
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user