mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +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;
|
||||
digitalIndex += maxDigitals;
|
||||
}
|
||||
while (digitalIndex < maxCalls * offset)
|
||||
while (arrayIndex < maxCalls * offset)
|
||||
{
|
||||
//digitals
|
||||
tokenArray[digitalIndex] = new XSigDigitalToken(digitalIndex + 1, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue