Compare size_t's with size_t's.

svn path=/trunk/; revision=28010
This commit is contained in:
Guy Harris 2009-04-08 19:50:15 +00:00
parent daa18e33fc
commit de27f3a635
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ inet_pton6(src, dst)
* overlapping regions, we'll do the shift by hand.
*/
const size_t n = tp - colonp;
int i;
size_t i;
if (tp == endp)
return (0);