Changeset 27944 for titan/titan/multiepg.h
- Timestamp:
- 03/26/14 03:20:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/multiepg.h
r23286 r27944 100 100 ostrftime(buf, MINMALLOC, listbox->param2, loctime); 101 101 tmpstr = ostrcat(tmpstr, buf, 1, 0); 102 tmpstr = translate_time(tmpstr, 0); 102 103 tmpstr = ostrcat(tmpstr, " - ", 1, 0); 103 104 tmpstr = ostrcat(tmpstr, epgnode->title, 1, 0); 105 104 106 changetext2(chnode, tmpstr); 105 107 free(tmpstr); tmpstr = NULL; … … 173 175 ostrftime(buf, MINMALLOC, listbox->param1, loctime); 174 176 tmpstr = ostrcat(tmpstr, buf, 1, 0); 177 tmpstr = translate_time(tmpstr, 1); 175 178 176 179 loctime = localtime(&epgnode->endtime); 177 180 ostrftime(buf, MINMALLOC, listbox->param2, loctime); 178 181 tmpstr = ostrcat(tmpstr, buf, 1, 0); 182 tmpstr = translate_time(tmpstr, 1); 183 179 184 tmpstr = ostrcat(tmpstr, " - ", 1, 0); 180 185 tmpstr = ostrcat(tmpstr, epgnode->title, 1, 0); … … 241 246 ostrftime(buf, MINMALLOC, listbox->param2, loctime); 242 247 tmpstr = ostrcat(tmpstr, buf, 1, 0); 248 tmpstr = translate_time(tmpstr, 0); 243 249 tmpstr = ostrcat(tmpstr, " - ", 1, 0); 244 250 tmpstr = ostrcat(tmpstr, epgnode->title, 1, 0); … … 308 314 ostrftime(buf, MINMALLOC, listbox->param2, loctime); 309 315 tmpstr = ostrcat(tmpstr, buf, 1, 0); 316 tmpstr = translate_time(tmpstr, 0); 310 317 tmpstr = ostrcat(tmpstr, " - ", 1, 0); 311 318 tmpstr = ostrcat(tmpstr, epgnode->title, 1, 0); … … 371 378 ostrftime(buf, MINMALLOC, listbox->param2, loctime); 372 379 tmpstr = ostrcat(tmpstr, buf, 1, 0); 380 tmpstr = translate_time(tmpstr, 0); 373 381 tmpstr = ostrcat(tmpstr, " - ", 1, 0); 374 382 tmpstr = ostrcat(tmpstr, epgnode->title, 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.