Skip to content

Commit b911f95

Browse files
authored
Fix typo while adapting for std::pmr (#14408)
1 parent 614bce2 commit b911f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/DataSampling/src/Dispatcher.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void Dispatcher::init(InitContext& ctx)
8080

8181
header::Stack extractAdditionalHeaders(const char* inputHeaderStack)
8282
{
83-
std::array<header::BaseHeader const*, 5> headers;
83+
std::array<header::BaseHeader const*, 8> headers;
8484
int count = 0;
8585
const auto* first = header::BaseHeader::get(reinterpret_cast<const std::byte*>(inputHeaderStack));
8686
for (const auto* current = first; current != nullptr; current = current->next()) {

0 commit comments

Comments
 (0)