Changeset 45015
- Timestamp:
- 12/14/20 14:23:30 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r45014 r45015 816 816 status.tuxtxt = 1; 817 817 818 tmpstr = ostrcat("run.sh restart ", oitoa(getfbxres()), 0, 0);818 tmpstr = ostrcat("run.sh restart ", oitoa(getfbxres()), 0, 1); 819 819 tmpstr = ostrcat(tmpstr, " ", 1, 0); 820 tmpstr = ostrcat(tmpstr, oitoa(getfbyres()), 1, 0);820 tmpstr = ostrcat(tmpstr, oitoa(getfbyres()), 1, 1); 821 821 tmpstr = ostrcat(tmpstr, " ", 1, 0); 822 822 tmpstr = ostrcat(tmpstr, status.aktservice->channel->hbbtvurl, 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.