aboutsummaryrefslogtreecommitdiff
path: root/modules/callerid.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 22:21:18 +0000
committerGravatar Sadie Powell2026-03-02 22:29:58 +0000
commitb3c94935814f4b2065ff5ffb4dd7ed5e0bd93c80 (patch)
treec546b4929610443e3bdd6fac59d1dfd49d1392b0 /modules/callerid.cpp
parentAbolish FMT_PTR, this does the same for both formatters. (diff)
Switch parameter count fields to use size_t.
Diffstat (limited to 'modules/callerid.cpp')
-rw-r--r--modules/callerid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/callerid.cpp b/modules/callerid.cpp
index 4e860baba..6271a3639 100644
--- a/modules/callerid.cpp
+++ b/modules/callerid.cpp
@@ -196,7 +196,7 @@ public:
translation = { TR_CUSTOM };
}
- void EncodeParameter(std::string& parameter, unsigned int index) override
+ void EncodeParameter(std::string& parameter, size_t index) override
{
// Send lists as-is (part of 2.0 compat)
if (parameter.find(',') != std::string::npos)