]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-bug-5774.patch
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-bug-5774.patch
CommitLineData
da7332f7 1===================================================================
2RCS file: /cvsroot/poldek/poldek/vfile/vfetch.c,v
3retrieving revision 1.13
4retrieving revision 1.14
5diff -u -r1.13 -r1.14
6--- poldek/poldek/vfile/vfetch.c 2005/05/15 15:47:00 1.13
7+++ poldek/poldek/vfile/vfetch.c 2006/04/02 19:49:12 1.14
8@@ -11,7 +11,7 @@
9 */
10
11 /*
12- $Id$
13+ $Id$
14 */
15 #ifdef HAVE_CONFIG_H
16 # include "config.h"
17@@ -299,7 +299,7 @@
18 snprintf(url, sizeof(url), req->url);
19 vf_request_free(req);
20 req = NULL;
21- rc = vf_fetch(req->url, destdir, flags, NULL);
22+ rc = vf_fetch(url, destdir, flags, NULL);
23 }
24 }
25 if (req)
This page took 0.116003 seconds and 4 git commands to generate.