Skip to content

Commit a35fea8

Browse files
Update lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
Co-authored-by: Michael Buch <[email protected]>
1 parent 86f52fa commit a35fea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
278278
if (!m_count || !m_base_data_address)
279279
return llvm::createStringError(
280280
"'SyntheticChildrenFrontEnd::LibcxxVectorBoolSyntheticFrontEnd' cannot "
281-
"find index of child '%s'. (m_count='" PRIu32
282-
"', m_base_data_address='" PRIu32 "')",
281+
"find index of child '%s'. (m_count='" PRIu64
282+
"', m_base_data_address='" PRIu64 "')",
283283
name.AsCString(), m_count, m_base_data_address);
284284
const char *item_name = name.GetCString();
285285
uint32_t idx = ExtractIndexFromString(item_name);

0 commit comments

Comments
 (0)