Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int before...
authorJeff Morriss <jeff.morriss@ulticom.com>
Sat, 30 Oct 2010 18:53:31 +0000 (18:53 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Sat, 30 Oct 2010 18:53:31 +0000 (18:53 -0000)
commit0b7e2cd37e4ab9b508567981a3bb66495b201552
treecf26eecdea002c27f3a6e5ba731fbb6d789555b7
parentaf3d0b2bde774c26cd36d9fbb3574927a7943405
Make tvb_strncaseeql()'s size parameter be a size_t.  Cast the size to int before calling ensure_contiguous_no_exception() (also in tvb_strneql()).

svn path=/trunk/; revision=34727
epan/tvbuff.c
epan/tvbuff.h