Changeset 27950


Ignore:
Timestamp:
03/26/14 03:53:32 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epg.h

    r20367 r27950  
    5858                        loctime = localtime(&epgnode->starttime);
    5959                        ostrftime(buf, MINMALLOC, listbox->param1, loctime);
     60                        buf = translate_time(buf, 0);
    6061                        changetext(tmp, buf);
    6162                        changetext2(tmp, epgnode->title);
     
    237238                {
    238239                        ostrftime(buf, MINMALLOC, epgstart->param1, loctime);
     240                        buf = translate_time(buf, 0);
    239241                        changetext(epgstart, buf);
    240242                        free(loctime); loctime = NULL;
     
    244246                {
    245247                        ostrftime(buf, MINMALLOC, epgend->param1, loctime);
     248                        buf = translate_time(buf, 0);
    246249                        changetext(epgend, buf);
    247250                        free(loctime); loctime = NULL;
Note: See TracChangeset for help on using the changeset viewer.