Changeset 32966
- Timestamp:
- 02/14/15 00:50:50 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r32963 r32966 1488 1488 if(flag == 2) 1489 1489 { 1490 if(tmpstr[0] == ' Â') tmpstr[0] = '-';1490 if(tmpstr[0] == '\C2') tmpstr[0] = '-'; 1491 1491 if(tmpstr[0] == '<') tmpstr[0] = '-'; 1492 1492 if(tmpstr[0] == '>') tmpstr[0] = '-'; … … 6928 6928 text = ostrcat(text, imgversion, 1, 1); 6929 6929 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); 6930 6934 text = ostrcat(text, _("Copyright"), 1, 0); 6931 6935 text = ostrcat(text, ": ", 1, 0); … … 6957 6961 text = ostrcat(text, tmpstr, 1, 1); 6958 6962 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 6965 6963 return text; 6966 6964 }
Note: See TracChangeset
for help on using the changeset viewer.