mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-06-25 05:41:50 +00:00
Actually fix build
This commit is contained in:
@ -23,7 +23,7 @@ namespace utils::http
|
||||
{
|
||||
if (*helper->callback)
|
||||
{
|
||||
(*helper->callback)(dlnow);
|
||||
(*helper->callback)(static_cast<size_t>(dlnow));
|
||||
}
|
||||
}
|
||||
catch (...)
|
||||
|
Reference in New Issue
Block a user