]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- LP#506568
authorBartłomiej Zimoń <cactus@pld-linux.org>
Thu, 4 Feb 2010 21:19:28 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-prepare_url_fix.patch -> 1.1

poldek-prepare_url_fix.patch [new file with mode: 0644]

diff --git a/poldek-prepare_url_fix.patch b/poldek-prepare_url_fix.patch
new file mode 100644 (file)
index 0000000..75056e1
--- /dev/null
@@ -0,0 +1,11 @@
+--- vfile/vfreq.c.orig 2008-02-02 22:49:05.000000000 +0100
++++ vfile/vfreq.c      2010-01-15 18:08:33.000000000 +0100
+@@ -282,7 +282,7 @@
+     else 
+         req->uri = n_strdupl(tmp, len);
+-    len = n_snprintf(tmp, sizeof(tmp), "%s://%s/%s", rreq.proto, rreq.host,
++    len = n_snprintf(tmp, sizeof(tmp), "%s://%s%s", rreq.proto, rreq.host,
+                      req->uri);
+     req->url = n_strdupl(tmp, len);
+     req->port = rreq.port;
This page took 0.029228 seconds and 4 git commands to generate.