]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Mar 11 11:52:58 CDT 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 24 Mar 2009 15:46:13 +0000 (15:46 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 24 Mar 2009 15:46:13 +0000 (15:46 +0000)
  * tport.c: silence VC warnings
  Ignore-this: b81c43b73fcefa2dd58dd3366dd60368

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12751 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport.c

index 9ac8c213781f81bc4d7e03bbee3eb6b2bdcb250f..a038678e923d345bbdf27c744048a4f3ff1de395 100644 (file)
@@ -1 +1 @@
-Tue Mar 24 10:44:50 CDT 2009
+Tue Mar 24 10:45:18 CDT 2009
index 3940b5ef6ac4523c54b241e77f2c6358a1032d27..c3d43e0ac203de9f00cca2b842c5317f4ed16813 100644 (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))