From ee9ef9ef3cce968bd1d63d5fabd1fd3038af2b25 Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Wed, 6 Aug 2003 16:53:40 +0000 Subject: [PATCH] One last thing fixed so that libpri would compile on 'other' systems git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@53 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q931.c b/q931.c index ef613dd..f7b7b72 100755 --- a/q931.c +++ b/q931.c @@ -1388,7 +1388,7 @@ void q931_dump(q931_h *h, int len, int txrx) static int q931_handle_ie(struct pri *pri, q931_call *c, int msg, q931_ie *ie) { - int x; + unsigned int x; if (pri->debug & PRI_DEBUG_Q931_STATE) pri_message("-- Processing IE %d (%s)\n", ie->ie, ie2str(ie->ie)); for (x=0;x