]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
Missing parameter to a printf() function. No idea where it went, but I
[citadel.git] / citadel / citadel.c
index 471a19c2892beeff51306edd9b0ebc7391a31b99..4caa66956199039e583fb2f907d9d2d00b007859 100644 (file)
@@ -1258,7 +1258,8 @@ int main(int argc, char **argv)
 
 NEWUSR:        if (strlen(rc_password) == 0) {
                scr_printf("'%s' not found.\n"
-                       "Do you want to create a new account with this name? ");
+                       "Do you want to create a new account with this name? ",
+                       fullname);
                if (yesno() == 0)
                        goto GSTA;
        }