mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-26 03:53:16 +01:00
fix bug
This commit is contained in:
@@ -105,4 +105,4 @@ char *wc_to_char(wchar_t ch)
|
||||
bool timed_out(uint64_t timestamp, uint64_t curtime, uint64_t timeout)
|
||||
{
|
||||
return timestamp + timeout <= curtime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user