From 58821c2dfc9fefb09d6ff6655e435bacdfabe173 Mon Sep 17 00:00:00 2001 From: Simon Johnsson Date: Thu, 19 Feb 2026 12:15:20 +0100 Subject: Change GetKindString to not use .data() call --- apt-private/private-history.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-private/private-history.cc b/apt-private/private-history.cc index a2f7e4c02..0d3988662 100644 --- a/apt-private/private-history.cc +++ b/apt-private/private-history.cc @@ -157,7 +157,7 @@ static std::string GetKindString(const Entry &entry) { // We want full output if there is only one action if (entry.changeMap.size() == 1) - return LocalizeKindToString(entry.changeMap.begin()->first).data(); + return LocalizeKindToString(entry.changeMap.begin()->first); std::string kindGroup = ""; // add localization later -- cgit v1.2.3-70-g09d2