From 756085f91d0f01c69550735cf2e60cae54d9c72a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 6 Apr 2013 17:25:56 -0700 Subject: Native amd64 support --- src/ladmin/ladmin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ladmin') 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; } -- cgit v1.2.3-60-g2f50