Changeset 32961


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

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32960 r32961  
    69616961        text = ostrcat(text, ": ", 1, 0);
    69626962        tmpstr = readsys("/proc/stb/fp/version", 1);
    6963         text = ostrcat(text, tmpstr, 1, 0);
     6963        text = ostrcat(text, tmpstr, 1, 1);
    69646964
    69656965        return text;
Note: See TracChangeset for help on using the changeset viewer.