mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 03:26:46 +02:00
Use time_t instead of uint64_t for timestamps
Also call time() directly from get_unix_time() instead of manually updating the time val.
This commit is contained in:
@ -204,8 +204,8 @@ struct infobox {
|
||||
bool hide;
|
||||
bool active;
|
||||
|
||||
uint64_t lastupdate;
|
||||
uint64_t starttime;
|
||||
time_t lastupdate;
|
||||
time_t starttime;
|
||||
char timestr[TIME_STR_SIZE];
|
||||
|
||||
WINDOW *win;
|
||||
|
Reference in New Issue
Block a user