[BusyBox-cvs] busybox/networking wget.c,1.51,1.52

Erik Andersen andersen at codepoet.org
Tue Mar 11 18:03:42 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv15914/networking

Modified Files:
	wget.c 
Log Message:
cope with crappy windoze ftp servers


Index: wget.c
===================================================================
RCS file: /var/cvs/busybox/networking/wget.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- wget.c	12 Jul 2002 00:04:46 -0000	1.51
+++ wget.c	11 Mar 2003 18:03:39 -0000	1.52
@@ -639,7 +639,7 @@
 	
 	if (s1) {
 		if (!s2) s2="";
-		fprintf(fp, "%s%s\n", s1, s2);
+		fprintf(fp, "%s%s\r\n", s1, s2);
 		fflush(fp);
 	}
 	




More information about the busybox-cvs mailing list