mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #7951 from heitbaum/libfmt
Fix building with fmt >= 10
This commit is contained in:
commit
505cf4d3bf
@ -37,7 +37,7 @@ index f6aabfc615..496e1fcfa0 100644
|
|||||||
+ contextStr = "pre-uninstall";
|
+ contextStr = "pre-uninstall";
|
||||||
+ break;
|
+ break;
|
||||||
+ default:
|
+ default:
|
||||||
+ contextStr = StringUtils::Format("unknown(%d)", context);
|
+ contextStr = StringUtils::Format("unknown({})", static_cast<ADDON::LE_ADDON_CONTEXT>(context));
|
||||||
+ break;
|
+ break;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user