summaryrefslogtreecommitdiff
path: root/net/gopher/files/patch-ac
blob: 62d0571d7e2b1960ce73611ab40cd86ccec17e85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** gopher/upload.c.dist	Tue Feb 18 17:31:30 1997
--- gopher/upload.c	Tue Feb 18 17:40:22 1997
***************
*** 123,129 ****
  		    CURenter();
  		    return;
  	       }
! 	       while(gets(inputline)) {
  		    ZapCRLF(inputline);
  		    if (strcmp(inputline, ".") == 0) 
  			 break;
--- 123,129 ----
  		    CURenter();
  		    return;
  	       }
! 	       while(fgets(inputline, 256, stdin)) {
  		    ZapCRLF(inputline);
  		    if (strcmp(inputline, ".") == 0) 
  			 break;