diff options
| author | 2026-03-02 22:21:18 +0000 | |
|---|---|---|
| committer | 2026-03-02 22:29:58 +0000 | |
| commit | b3c94935814f4b2065ff5ffb4dd7ed5e0bd93c80 (patch) | |
| tree | c546b4929610443e3bdd6fac59d1dfd49d1392b0 /modules/callerid.cpp | |
| parent | Abolish 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.cpp | 2 |
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) |
