Changeset 32960


Ignore:
Timestamp:
02/13/15 19:08:18 (8 years ago)
Author:
obi
Message:

add frontcontroler version to getabout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32899 r32960  
    69546954        }
    69556955       
    6956         char* flog = readfiletomem("/tmp/.firmware.log", 0);
    6957         text = ostrcat(text, flog, 1, 1);
     6956        tmpstr = readfiletomem("/tmp/.firmware.log", 0);
     6957        text = ostrcat(text, tmpstr, 1, 1);
     6958
     6959        text = ostrcat(text, "\n\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, 0);
    69586964
    69596965        return text;
Note: See TracChangeset for help on using the changeset viewer.