fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pri/text: Accept "TEXT" as a synonym for "COMM"

Hampa Hug d0b23034 4c7807fe

+5
+5
src/utils/pri/text.c
··· 849 849 return (1); 850 850 } 851 851 } 852 + else if (txt_match (&ctx->txt, "TEXT", 1)) { 853 + if (txt_enc_comm (ctx)) { 854 + return (1); 855 + } 856 + } 852 857 else if (txt_match (&ctx->txt, "TRACK", 1)) { 853 858 if (txt_match (&ctx->txt, "SIZE", 1)) { 854 859 if (txt_enc_track_size (ctx)) {