winetest: Use a more unique separator string

Ferenc Wagner wferi at afavant.elte.hu
Wed Sep 29 10:44:42 CDT 2004


ChangeLog: Use a more unique separator string.

Index: dlls/programs/winetest/send.c
===================================================================
RCS file: /home/wine/wine/programs/winetest/send.c,v
retrieving revision 1.13
diff -u -r1.13 send.c
--- send.c	18 Aug 2004 20:56:00 -0000	1.13
+++ send.c	29 Sep 2004 15:37:26 -0000
@@ -113,7 +113,7 @@
     int ret;
 
     /* RFC 2068 */
-#define SEP "-"
+#define SEP "--8<--cut-here--8<--"
     static const char head[] = "POST /submit HTTP/1.0\r\n"
         "Host: test.winehq.org\r\n"
         "User-Agent: Winetest Shell\r\n"



More information about the wine-patches mailing list