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
This commit is contained in:
Martin Pycko
2003-08-06 16:53:40 +00:00
parent f6966bc35b
commit ee9ef9ef3c

2
q931.c
View File

@@ -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<sizeof(ies) / sizeof(ies[0]);x++) {