index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-04 01:16:08 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-05 19:30:29 -0500 |
commit | 72c5a298a3ee0f18019010ef2eb43da654ec25f8 (patch) | |
tree | d29ee5fecd2b13d972eda50710041e363a00037b /lib/libalpm/dload.c | |
parent | 4476598e4e128f4595d5383ecb51a9576a447b5b (diff) |
-rw-r--r-- | lib/libalpm/dload.c | 1 |
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index ef12646e..c07040b5 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -365,6 +365,7 @@ static int download(const char *url, const char *localpath, * than mtimeold. * - if *mtimenew is non-NULL, it will be filled with the mtime of the remote * file. + * - servers must be a list of urls WITHOUT trailing slashes. * * RETURN: 0 for successful download * 1 if the mtimes are identical |