mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
style: changed tracking variable in UpdateCallStatusXsig
This commit is contained in:
parent
4fb2d6d755
commit
62275890cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1409,7 +1409,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||||
stringIndex += maxStrings;
|
stringIndex += maxStrings;
|
||||||
digitalIndex += maxDigitals;
|
digitalIndex += maxDigitals;
|
||||||
}
|
}
|
||||||
while (digitalIndex < maxCalls * offset)
|
while (arrayIndex < maxCalls * offset)
|
||||||
{
|
{
|
||||||
//digitals
|
//digitals
|
||||||
tokenArray[digitalIndex] = new XSigDigitalToken(digitalIndex + 1, false);
|
tokenArray[digitalIndex] = new XSigDigitalToken(digitalIndex + 1, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue