2017-02-01 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Group' field to 'rlm/rlm_test.c'.
This commit is contained in:
Fred Gleason
2017-02-01 09:44:22 -05:00
parent 41b3db2408
commit 35745bac89
2 changed files with 4 additions and 0 deletions

View File

@@ -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);