Fix init tm & lt

reverse-branch
Martin Duquesnoy 18 years ago
parent 262f0d3074
commit 6b0b537738
  1. 4
      clock.c

@ -126,8 +126,8 @@ date_t sdate;
char *meridiem;
int bg, i;
struct tm *tm;
time_t lt = time(NULL);
struct tm *tm = localtime(&lt);
time_t lt;
struct tm *tm;
/* STARTING FUNCTION */
void

Loading…
Cancel
Save