fix: incorrect str fmt

This commit is contained in:
2026-04-12 23:18:52 -03:00
parent 937734ff7b
commit 533b992a45
2 changed files with 34 additions and 1 deletions
+2
View File
@@ -46,4 +46,6 @@ class DBDCrypt
static std::vector<uint8_t> transformCDNKey(const std::string& b64CDNKey);
static std::string shiftKeyID(const std::string& id, int shift);
static std::string utf16ToUtf8(const std::string& utf16);
};