From: Art Cancro Date: Mon, 5 Feb 2024 22:53:23 +0000 (-0500) Subject: add a comment to the previous thing X-Git-Tag: v998~1 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=eba76cc4b6dbd7103ac5f5684871eeec5638c373 add a comment to the previous thing --- diff --git a/citadel/utils/ctdlload.c b/citadel/utils/ctdlload.c index 7eb285a38..0bb24e25d 100644 --- a/citadel/utils/ctdlload.c +++ b/citadel/utils/ctdlload.c @@ -163,7 +163,7 @@ int import_user(char *line, struct cdbkeyval *kv) { u->msgnum_pic = atol(token); break; case 12: - CtdlDecodeBase64(token, token, strlen(token)); + CtdlDecodeBase64(token, token, strlen(token)); // Decode in place safestrncpy(u->emailaddrs, token, sizeof(u->emailaddrs)); break; case 13: