aboutsummaryrefslogtreecommitdiff
path: root/www/gatling/files/patch-dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/gatling/files/patch-dl.c')
-rw-r--r--www/gatling/files/patch-dl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gatling/files/patch-dl.c b/www/gatling/files/patch-dl.c
deleted file mode 100644
index 857525214359..000000000000
--- a/www/gatling/files/patch-dl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dl.c.orig Sat Jan 13 15:30:02 2007
-+++ dl.c Sat Jan 13 15:36:34 2007
-@@ -188,7 +188,7 @@ static inline int issafe(unsigned char c
- return (c!='"' && c>=' ' && c!='+');
- }
-
--unsigned long fmt_urlencoded(char* dest,const char* src,unsigned long len) {
-+size_t fmt_urlencoded(char* dest,const char* src,size_t len) {
- register const unsigned char* s=(const unsigned char*) src;
- unsigned long written=0,i;
- for (i=0; i<len; ++i) {