* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / sysmsgs.c
index 009cd051b7f6e5f7ad8f8a69d4be87d28fb7c320..00b4181d246d12bf97eae784d812da38fb90f1ae 100644 (file)
@@ -101,7 +101,7 @@ void editinfo(void) {save_edit(_("Room info"), "EINF 1", 1);}
 void display_editbio(void) {
        char buf[SIZ];
 
-       snprintf(buf, SIZ, "RBIO %s", WC->wc_fullname);
+       snprintf(buf, SIZ, "RBIO %s", ChrPtr(WC->wc_fullname));
        display_edit(_("Your bio"), "NOOP", buf, "editbio", 3);
 }
 void editbio(void) { save_edit(_("Your bio"), "EBIO", 0); }