Wed Mar 11 11:52:58 CDT 2009 Pekka Pessi <first.last@nokia.com>

* tport.c: silence VC warnings
  Ignore-this: b81c43b73fcefa2dd58dd3366dd60368


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12751 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-24 15:46:13 +00:00
parent bfb14992f1
commit 123153d843
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue Mar 24 10:44:50 CDT 2009
Tue Mar 24 10:45:18 CDT 2009

View File

@ -3078,7 +3078,7 @@ tport_delivered_with_comp(tport_t *tp, msg_t const *msg,
int
tport_subject_search(char const *subject, su_strlst_t const *lst)
{
int idx, ilen;
usize_t idx, ilen;
const char *subjuri;
if (!subject || su_strmatch(tpn_any, subject))