mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 22:53:28 +01:00
small fix
This commit is contained in:
parent
4a124dea43
commit
ff0fbbc379
@ -978,7 +978,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
|||||||
int day_dist = (
|
int day_dist = (
|
||||||
cur_loc_tm.tm_yday - Friends.list[f].last_online.tm.tm_yday
|
cur_loc_tm.tm_yday - Friends.list[f].last_online.tm.tm_yday
|
||||||
+ ((cur_loc_tm.tm_year - Friends.list[f].last_online.tm.tm_year) * 365)
|
+ ((cur_loc_tm.tm_year - Friends.list[f].last_online.tm.tm_year) * 365)
|
||||||
) % 365;
|
);
|
||||||
const char *hourmin = Friends.list[f].last_online.hour_min_str;
|
const char *hourmin = Friends.list[f].last_online.hour_min_str;
|
||||||
|
|
||||||
switch (day_dist) {
|
switch (day_dist) {
|
||||||
|
Loading…
Reference in New Issue
Block a user