Changeset 32846


Ignore:
Timestamp:
02/03/15 21:42:51 (9 years ago)
Author:
obi
Message:

record name remove -

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r32833 r32846  
    833833                else
    834834                        tmpstr = ostrcat(tmpstr, channelname, 1, 0);
    835                 tmpstr = ostrcat(tmpstr, ")-", 1, 0);
     835                tmpstr = ostrcat(tmpstr, ") ", 1, 0);
    836836        }
    837837
     
    843843        if(type != RECTIMESHIFT && recordnamefmt == 1)
    844844        {
    845                 tmpstr = ostrcat(tmpstr, "-(", 1, 0);
     845                tmpstr = ostrcat(tmpstr, " (", 1, 0);
    846846                if(channelname == NULL || strlen(channelname) == 0)
    847847                        tmpstr = ostrcat(tmpstr, "unknown", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.