Skip to content

Commit 6e9ead2

Browse files
committed
Misc
1 parent ba05917 commit 6e9ead2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fb-cpp/NumericConverter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ namespace fbcpp::impl
356356

357357
std::string opaqueInt128ToString(const OpaqueInt128& opaqueInt128, int scale)
358358
{
359-
const auto int128Util = client->getUtil()->getInt128(statusWrapper);
359+
const auto int128Util = client->getInt128Util(statusWrapper);
360360
char buffer[fb::IInt128::STRING_SIZE + 1];
361361
int128Util->toString(statusWrapper, &opaqueInt128, scale, static_cast<unsigned>(sizeof(buffer)), buffer);
362362
return buffer;

0 commit comments

Comments
 (0)