X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpaging.c;h=25ccbf0fbb4af65e35383d4b9241df9757166262;hb=abeb8adc38f9d55fcb6cb3d076f57239b0a9a4d5;hp=c892b7a64ed9926286d76b34962692e584450297;hpb=d96f96eef3dfd036a06a52740b69ba10cede6d30;p=citadel.git diff --git a/webcit/paging.c b/webcit/paging.c index c892b7a64..25ccbf0fb 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -169,7 +169,7 @@ void page_popup(void) while (serv_puts("GEXP"), serv_gets(buf), buf[0]=='1') { - extract(pagefrom, &buf[4], 3); + extract_token(pagefrom, &buf[4], 3, '|', sizeof pagefrom); wprintf("
"); wprintf("Instant message from "); @@ -341,9 +341,9 @@ void chat_recv(void) { ); for (i=0; i