X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuserlist.c;h=69a4c2e88b940dc5cc604773b8ecad1f781622d3;hb=abeb8adc38f9d55fcb6cb3d076f57239b0a9a4d5;hp=ad828db6de242f8ad5e15a7a3a5c1ad8245cde1b;hpb=d96f96eef3dfd036a06a52740b69ba10cede6d30;p=citadel.git diff --git a/webcit/userlist.c b/webcit/userlist.c index ad828db6d..69a4c2e88 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -77,7 +77,7 @@ void userlist(void) wprintf("Last LoginTotal LoginsTotal Posts\n"); while (serv_gets(buf), strcmp(buf, "000")) { - extract(fl, buf, 0); + extract_token(fl, buf, 0, '|', sizeof fl); has_bio = 0; for (bptr = bio; bptr != NULL; bptr = bptr->next) { if (!strcasecmp(fl, bptr->name))