mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +02:00
2017-02-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Group' field to 'rlm/rlm_test.c'.
This commit is contained in:
parent
41b3db2408
commit
35745bac89
@ -15542,3 +15542,5 @@
|
||||
'extLength', 'extCartName', 'extData', 'extEventId',
|
||||
and 'extAnncType' XML fields to the return of the ListLog web
|
||||
API method
|
||||
2017-02-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Group' field to 'rlm/rlm_test.c'.
|
||||
|
@ -107,6 +107,7 @@ void rlm_test_RLMPadDataSent(void *ptr,const struct rlm_svc *svc,
|
||||
now->rlm_start_hour,now->rlm_start_min,now->rlm_start_sec,
|
||||
now->rlm_start_msec);
|
||||
printf(" Length: %u mS\n",now->rlm_len);
|
||||
printf(" Group: %s\n",now->rlm_group);
|
||||
printf(" Title: %s\n",now->rlm_title);
|
||||
printf(" Artist: %s\n",now->rlm_artist);
|
||||
printf(" Label: %s\n",now->rlm_label);
|
||||
@ -133,6 +134,7 @@ void rlm_test_RLMPadDataSent(void *ptr,const struct rlm_svc *svc,
|
||||
next->rlm_start_hour,next->rlm_start_min,next->rlm_start_sec,
|
||||
next->rlm_start_msec);
|
||||
printf(" Length: %u mS\n",next->rlm_len);
|
||||
printf(" Group: %s\n",now->rlm_group);
|
||||
printf(" Title: %s\n",next->rlm_title);
|
||||
printf(" Artist: %s\n",next->rlm_artist);
|
||||
printf(" Label: %s\n",next->rlm_label);
|
||||
|
Loading…
x
Reference in New Issue
Block a user