Changeset 32966


Ignore:
Timestamp:
02/14/15 00:50:50 (8 years ago)
Author:
Stephan
Message:

FP version better position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32963 r32966  
    14881488                        if(flag == 2)
    14891489                        {
    1490                                 if(tmpstr[0] == 'Â') tmpstr[0] = '-';
     1490                                if(tmpstr[0] == '\C2') tmpstr[0] = '-';
    14911491                                if(tmpstr[0] == '<') tmpstr[0] = '-';
    14921492                                if(tmpstr[0] == '>') tmpstr[0] = '-';
     
    69286928        text = ostrcat(text, imgversion, 1, 1);
    69296929        text = ostrcat(text, "\n", 1, 0);
     6930        text = ostrcat(text, _("Frontcontroller"), 1, 0);
     6931        text = ostrcat(text, ": ", 1, 0);
     6932        tmpstr = readsys("/proc/stb/fp/version", 1);
     6933        text = ostrcat(text, tmpstr, 1, 1);
    69306934        text = ostrcat(text, _("Copyright"), 1, 0);
    69316935        text = ostrcat(text, ": ", 1, 0);
     
    69576961        text = ostrcat(text, tmpstr, 1, 1);
    69586962
    6959         text = ostrcat(text, "\n", 1, 0);
    6960         text = ostrcat(text, _("Frontcontroller"), 1, 0);
    6961         text = ostrcat(text, ": ", 1, 0);
    6962         tmpstr = readsys("/proc/stb/fp/version", 1);
    6963         text = ostrcat(text, tmpstr, 1, 1);
    6964 
    69656963        return text;
    69666964}
Note: See TracChangeset for help on using the changeset viewer.