2024-02-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that caused invalid PAD JSON
	to be emitted when processing a Chain event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-02-18 14:58:13 -05:00
parent 16e35df01d
commit 49516407ae
2 changed files with 4 additions and 1 deletions

View File

@ -24598,3 +24598,6 @@
Layer II to fail.
2024-01-13 Fred Gleason <fredg@paravelsystems.com>
* Added an extended event PAD output at TCP port 34290.
2024-02-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused invalid PAD JSON
to be emitted when processing a Chain event.

View File

@ -3224,7 +3224,7 @@ void RDLogPlay::SendNowNext()
play_pad_socket[i]->
write(GetPadJson("next",logline[1],
next_datetime,nextLine(),8,(i==0)||
((1+nextLine())==lineCount())||(nextLine()<0)).toUtf8());
((1+nextLine())>=lineCount())||(nextLine()<0)).toUtf8());
if(nextLine()>=0) {
//