Changeset 27944 for titan/titan/shortepg.h
- Timestamp:
- 03/26/14 03:20:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/shortepg.h
r18838 r27944 33 33 ostrftime(buf, MINMALLOC, "%d.%m. (%a) %H:%M", loctime); 34 34 tmpstr = ostrcat(tmpstr, buf, 1, 0); 35 tmpstr = translate_time(tmpstr, 0); 35 36 free(loctime); loctime = NULL; 36 37 tmpstr = ostrcat(tmpstr, "\n", 1, 0); … … 39 40 ostrftime(buf, MINMALLOC, "%d.%m. (%a) %H:%M", loctime); 40 41 tmpstr = ostrcat(tmpstr, buf, 1, 0); 42 tmpstr = translate_time(tmpstr, 0); 43 41 44 free(loctime); loctime = NULL; 42 45 tmpstr = ostrcat(tmpstr, "\n\n", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.