mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 16:55:04 +00:00
style: changed tracking variable in UpdateCallStatusXsig
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user