Changeset 32833
- Timestamp:
- 02/03/15 19:43:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/record.h
r32788 r32833 828 828 if(type != RECTIMESHIFT && recordnamefmt == 0) 829 829 { 830 tmpstr = ostrcat(tmpstr, "(", 1, 0); 830 831 if(channelname == NULL || strlen(channelname) == 0) 831 832 tmpstr = ostrcat(tmpstr, "unknown", 1, 0); 832 833 else 833 834 tmpstr = ostrcat(tmpstr, channelname, 1, 0); 834 tmpstr = ostrcat(tmpstr, " -", 1, 0);835 tmpstr = ostrcat(tmpstr, ")-", 1, 0); 835 836 } 836 837 … … 842 843 if(type != RECTIMESHIFT && recordnamefmt == 1) 843 844 { 844 tmpstr = ostrcat(tmpstr, "- ", 1, 0);845 tmpstr = ostrcat(tmpstr, "-(", 1, 0); 845 846 if(channelname == NULL || strlen(channelname) == 0) 846 847 tmpstr = ostrcat(tmpstr, "unknown", 1, 0); … … 864 865 tmpstr = ostrcat(tmpstr, "-", 1, 0); 865 866 tmpstr = ostrcat(tmpstr, buf1, 1, 1); 867 tmpstr = ostrcat(tmpstr, ")", 1, 0); 866 868 tmpstr = ostrcat(tmpstr, ".ts", 1, 0); 867 869
Note: See TracChangeset
for help on using the changeset viewer.