Changeset fc92a6567e68eb7a22f4107d65d3bd2cced7266e

Show
Ignore:
Timestamp:
03/25/08 01:20:29 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1206404429 +0100
git-parent:

[ec401825678f8e4032a0e9b27bba9393b57de9bd]

git-author:
Rafaël Carré <funman@videolan.org> 1206404247 +0100
Message:

Correctly use WSAStringToAddress()

Fix by upb at preteam org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/io.c

    r4c685fc rfc92a65  
    572572#endif 
    573573 
    574     if( !WSAStringToAddress( workaround_for_ill_designed_api, af, NULL, 
     574    if( WSAStringToAddress( workaround_for_ill_designed_api, af, NULL, 
    575575                             (LPSOCKADDR)&addr, &len ) ) 
    576576    {