]> git.pld-linux.org Git - packages/apache.git/commitdiff
- obsoleted
authorlisu <lisu@pld-linux.org>
Wed, 14 Sep 2011 12:56:20 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-bug-51748.patch -> 1.2

apache-bug-51748.patch [deleted file]

diff --git a/apache-bug-51748.patch b/apache-bug-51748.patch
deleted file mode 100644 (file)
index 3974ff0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- httpd/httpd/trunk/modules/http/byterange_filter.c  2011/09/01 06:42:40     1163920
-+++ httpd/httpd/trunk/modules/http/byterange_filter.c  2011/09/01 10:25:45     1163985
-@@ -544,7 +544,7 @@
-             return 0;
-         }
--        if (dash == range) {
-+        if (dash == cur) {
-             /* In the form "-5" */
-             if (apr_strtoff(&number, dash+1, &errp, 10) || *errp) {
-                 return 0;
This page took 0.038321 seconds and 4 git commands to generate.