Skip to content

Commit 41cdc74

Browse files
authored
Apply suggestion from @aalkin
1 parent 5137ed8 commit 41cdc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/CCDBSupport/src/AnalysisCCDBHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ AlgorithmSpec AnalysisCCDBHelpers::fetchFromCCDB(ConfigContext const& /*ctx*/)
222222
result &= value_builder->Append(response.size);
223223
#else
224224
char const* address = reinterpret_cast<char const*>(response.id.value);
225-
result &= builder->Append(std::string_view(address, response.size));
225+
result &= builder.second->Append(std::string_view(address, response.size));
226226
#endif
227227
++bi;
228228
}

0 commit comments

Comments
 (0)