summaryrefslogtreecommitdiff
path: root/src/ladmin/ladmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ladmin/ladmin.cpp')
-rw-r--r--src/ladmin/ladmin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ladmin/ladmin.cpp b/src/ladmin/ladmin.cpp
index 1af83e1..e28286e 100644
--- a/src/ladmin/ladmin.cpp
+++ b/src/ladmin/ladmin.cpp
@@ -1760,9 +1760,9 @@ int changememo(const char *param)
if (strlen(memo) > 254)
{
- PRINTF("Memo is too long (%d characters).\n", strlen(memo));
+ PRINTF("Memo is too long (%zu characters).\n", strlen(memo));
PRINTF("Please input a memo of 254 bytes at the maximum.\n");
- LADMIN_LOG("Email is too long (%d characters). Please input a memo of 254 bytes at the maximum.\n",
+ LADMIN_LOG("Email is too long (%zu characters). Please input a memo of 254 bytes at the maximum.\n",
strlen(memo));
return 102;
}