Skip to content

Commit

Permalink
Vutils
Browse files Browse the repository at this point in the history
  • Loading branch information
vic4key committed Oct 2, 2023
1 parent 97d01a5 commit 17f84e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/strfmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ unsigned int VariantT<T>::to_uint() const
template <class T>
__int64 VariantT<T>::to_int64() const
{
long long int result = 0;
__int64 result = 0;
*m_data >> result;
return result;
}
Expand Down

0 comments on commit 17f84e4

Please sign in to comment.