Changeset 33946

Show
Ignore:
Timestamp:
06/14/09 03:28:14 (4 years ago)
Author:
itkz
Message:

changed last argument of accept from int to socklen_t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/librtmp/rtmp.c

    r33905 r33946  
    136136    rtmp_server_client_t *rsc; 
    137137    int client_sock; 
    138     int addrlen; 
     138    socklen_t addrlen; 
    139139    fd_set fdset; 
    140140    int ret;