summarylogtreecommitdiffstats
path: root/0002-fix-CI-being-broken-on-Arch-Linux.patch
blob: e82fd4dcafad77a080488fdbe9f8efbe56c69581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 43b2c6d8be45d61ba9a541b01ef37ffa8f0b1290 Mon Sep 17 00:00:00 2001
From: WerWolv <werwolv98@gmail.com>
Date: Wed, 16 Aug 2023 23:07:16 +0200
Subject: [PATCH 2/2] fix: CI being broken on Arch Linux

---
 lib/libimhex/include/hex/api/localization.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libimhex/include/hex/api/localization.hpp b/lib/libimhex/include/hex/api/localization.hpp
index 723a9a42..11e068b6 100644
--- a/lib/libimhex/include/hex/api/localization.hpp
+++ b/lib/libimhex/include/hex/api/localization.hpp
@@ -64,6 +64,6 @@ template<>
 struct fmt::formatter<hex::LangEntry> : fmt::formatter<std::string_view> {
     template<typename FormatContext>
     auto format(const hex::LangEntry &entry, FormatContext &ctx) {
-        return fmt::formatter<std::string_view>::format(entry, ctx);
+        return fmt::formatter<std::string_view>::format(entry.get(), ctx);
     }
 };
\ No newline at end of file
-- 
2.42.0