fix setting of current codeset.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@181 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-05-29 16:47:22 +00:00
parent d06d911671
commit 99b102efc4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ L3INT nationalUmes_Setup(Q931_TrunkInfo_t *pTrunk, L3UCHAR *IBuf, Q931mes_Generi
if (shift_lock) {
last_codeset = codeset;
}
codeset = ((IBuf[IOff] & 0x07) << 8);
codeset = ((IBuf[IOff] & 0x07));
IOff++;
}