Skip to content

Commit d635b9b

Browse files
AestheticAkhmaddrrtuy
authored andcommitted
Uncomment noRoundup var in number_uint_value
1 parent 3fda254 commit d635b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/dataconvert/dataconvert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ template void number_int_value<int128_t>(const std::string& data, cscDataType ty
502502

503503
uint64_t number_uint_value(const string& data, cscDataType typeCode,
504504
const datatypes::SystemCatalog::TypeAttributesStd& /*ct*/, bool& pushwarning,
505-
bool /*noRoundup*/)
505+
bool noRoundup)
506506
{
507507
// copy of the original input
508508
string valStr(data);

0 commit comments

Comments
 (0)