Ignore:
Timestamp:
03/26/14 03:20:47 (9 years ago)
Author:
obi
Message:

fix translate date > day name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/shortepg.h

    r18838 r27944  
    3333                ostrftime(buf, MINMALLOC, "%d.%m. (%a) %H:%M", loctime);
    3434                tmpstr = ostrcat(tmpstr, buf, 1, 0);
     35                tmpstr = translate_time(tmpstr, 0);
    3536                free(loctime); loctime = NULL;
    3637                tmpstr = ostrcat(tmpstr, "\n", 1, 0);
     
    3940                ostrftime(buf, MINMALLOC, "%d.%m. (%a) %H:%M", loctime);
    4041                tmpstr = ostrcat(tmpstr, buf, 1, 0);
     42                tmpstr = translate_time(tmpstr, 0);
     43
    4144                free(loctime); loctime = NULL;
    4245                tmpstr = ostrcat(tmpstr, "\n\n", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.