Change long variable to time_t where it is passed to time() by reference.
This commit is contained in:
parent
47b18310e8
commit
4af1e600d9
@ -21,7 +21,7 @@
|
||||
#define YDEPTH 7
|
||||
|
||||
/* it won't be */
|
||||
long now; /* yeah! */
|
||||
time_t now; /* yeah! */
|
||||
struct tm *tm;
|
||||
|
||||
short disp[11] = {
|
||||
|
Loading…
Reference in New Issue
Block a user