attempt to fix scannews
This commit is contained in:
parent
ecf3db5f80
commit
ad7dbc2f96
@ -352,8 +352,9 @@ int get_article(char *msgid, char *ftntag)
|
||||
}
|
||||
while (done == FALSE) {
|
||||
resp = nntp_receive();
|
||||
fprintf(dp, resp);
|
||||
fwrite(resp, strlen(resp), 1, dp);
|
||||
fprintf(dp, "\n");
|
||||
fflush(dp);
|
||||
if ((strlen(resp) == 1) && (strcmp(resp, ".") == 0)) {
|
||||
done = TRUE;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user