Replace incorrect use of strncpy by av_strlcpy.
commit437efdc855d2ccf83d482f40a90041609e7ac373
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 26 Jun 2009 13:54:22 +0000 (26 13:54 +0000)
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 26 Jun 2009 13:54:22 +0000 (26 13:54 +0000)
treeb95e821aec3e27bd43c36acbcb19b1021715c2c2
parenteeb99c1c1413bb1d51d84ce9de4d21c0dec6fda2
Replace incorrect use of strncpy by av_strlcpy.
Only a real issue if inet_ntoa can actually return a string of more than 255 bytes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29393 b3059339-0415-0410-9bf9-f77b7e298cf2
stream/tcp.c