Changeset 33672
- Timestamp:
- 03/10/15 23:53:49 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/epg.h
r27950 r33672 58 58 loctime = localtime(&epgnode->starttime); 59 59 ostrftime(buf, MINMALLOC, listbox->param1, loctime); 60 buf = translate_time(buf, 0);60 buf = translate_time(buf, 1); 61 61 changetext(tmp, buf); 62 62 changetext2(tmp, epgnode->title); -
titan/titan/gmultiepg.h
r31639 r33672 451 451 free(loctime); loctime = NULL; 452 452 453 buf2 = translate_time(buf2, 1); 453 454 changetext(epgdate, buf2); 454 455 free(buf2); buf2 = NULL;
Note: See TracChangeset
for help on using the changeset viewer.