make this work for a few more things.. this will probably need to move to a dialect

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@122 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-24 00:51:56 +00:00
parent 2366b78c8a
commit 37bc1f714a

View File

@ -820,7 +820,7 @@ L3INT Q931Uie_CallingNum(Q931_TrunkInfo_t *pTrunk, ie *pIE, L3UCHAR * IBuf, L3UC
Off++; Off++;
x++; x++;
/* }while((IBuf[Octet+Off]&0x80) != 0 && x < 20); Temporary dirty hack. */ /* }while((IBuf[Octet+Off]&0x80) != 0 && x < 20); Temporary dirty hack. */
}while(Octet+Off < IESize); }while(Q931MoreIE());
Q931IESizeTest(Q931E_CALLINGNUM); Q931IESizeTest(Q931E_CALLINGNUM);