]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.c
* client_gets(char *buf) has been replaced by
[citadel.git] / citadel / room_ops.c
index 1b00fe4859352340cf4c9125b93efe8f98e3e353..7a1eed03fb28ef6fedad2e86fc82ef23611effd9 100644 (file)
@@ -1841,7 +1841,7 @@ void cmd_einf(char *ok)
        cprintf("%d Send info...\n", SEND_LISTING);
 
        do {
-               client_gets(buf);
+               client_getln(buf, sizeof buf);
                if (strcmp(buf, "000"))
                        fprintf(fp, "%s\n", buf);
        } while (strcmp(buf, "000"));