Thu Jun 5 11:58:03 EDT 2008 Pekka Pessi <Pekka.Pessi@nokia.com>

* test_nua_params.c: fixed typecasting problem on 64-bit platforms


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8767 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-06-05 16:20:48 +00:00
parent 74244d9a97
commit 2602ad6cba
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Thu Jun 5 12:19:53 EDT 2008
Thu Jun 5 12:20:19 EDT 2008

View File

@ -613,7 +613,7 @@ int test_nua_params(struct context *ctx)
TEST(refer_expires, (unsigned)-1);
TEST(refer_with_id, -1);
TEST(substate, -1);
TEST(sub_expires, -1);
TEST(sub_expires, (unsigned)-1);
TEST_P(allow, NONE);
TEST_S(allow_str, "NONE");