]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_bio.c
* client_gets(char *buf) has been replaced by
[citadel.git] / citadel / serv_bio.c
index 788693bdf205363ac2bc30793a5dfef84b08a699..987e1df788571e87b48beb8ca3ad86002a55b6f5 100644 (file)
@@ -70,7 +70,7 @@ void cmd_ebio(char *cmdbuf) {
                return;
        }
        cprintf("%d  \n",SEND_LISTING);
-       while(client_gets(buf), strcmp(buf,"000")) {
+       while(client_getln(buf, sizeof buf), strcmp(buf,"000")) {
                if (ftell(fp) < config.c_maxmsglen) {
                        fprintf(fp,"%s\n",buf);
                }