add a comment to the previous thing
authorArt Cancro <ajc@citadel.org>
Mon, 5 Feb 2024 22:53:23 +0000 (17:53 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Feb 2024 22:53:23 +0000 (17:53 -0500)
citadel/utils/ctdlload.c

index 7eb285a38f80cf09019c92f4f9e7665c4379068b..0bb24e25dc1865930aa7749d67b99fb7bb2aa325 100644 (file)
@@ -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: