X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=ff735031e0c07f23b3244e09bf21f3c6d4844306;hb=abeb8adc38f9d55fcb6cb3d076f57239b0a9a4d5;hp=c9073c7da784008e9eb29d703229bb96800ab7d4;hpb=d96f96eef3dfd036a06a52740b69ba10cede6d30;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index c9073c7da..ff735031e 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -85,12 +85,12 @@ void new_messages_section(void) { wprintf("\n"); for (i=0; i
"); @@ -119,7 +119,7 @@ void wholist_section(void) { serv_puts("RWHO"); serv_gets(buf); if (buf[0] == '1') while(serv_gets(buf), strcmp(buf, "000")) { - extract(user, buf, 1); + extract_token(user, buf, 1, '|', sizeof user); escputs(user); wprintf("
\n"); }