]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Oct 2006 15:24:32 +0000 (15:24 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Oct 2006 15:24:32 +0000 (15:24 +0000)
modules/misc/network/ipv4.c

index 613da7cec2dd406d6baec5f83554a61002693344..923aa1e0bd393051bfc5508d8ebbcf8e34cdcb31 100644 (file)
@@ -222,7 +222,7 @@ static int OpenUDP( vlc_object_t * p_this )
 
         if( bind( i_handle, (struct sockaddr *)&stupid, sizeof( sock ) < 0 ) )
         {
-            msg_Warn( p_this, "cannot bind socket (%d)", WSA_GetLastError() );
+            msg_Warn( p_this, "cannot bind socket (%d)", WSAGetLastError() );
             close( i_handle );
             return 0;
         }