[pacman-dev] [PATCH] fixed wrong parameter name in alpm_db_update's signature
Allan McRae
allan at archlinux.org
Sat Jul 28 04:06:00 EDT 2012
On 27/07/12 23:08, Barbu Paul Gheorghe wrote:
> Signed-off-by: Barbu Paul - Gheorghe <barbu.paul.gheorghe at gmail.com>
> ---
> lib/libalpm/alpm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
> index bb792cf..dd01a41 100644
> --- a/lib/libalpm/alpm.h
> +++ b/lib/libalpm/alpm.h
> @@ -626,7 +626,7 @@ int alpm_db_add_server(alpm_db_t *db, const char *url);
> int alpm_db_remove_server(alpm_db_t *db, const char *url);
> /** @} */
> -int alpm_db_update(int level, alpm_db_t *db);
> +int alpm_db_update(int force, alpm_db_t *db);
> /** Get a package entry from a package database.
> * @param db pointer to the package database to get the package from
How was that patch created? There is whitespace issues there...
http://www.archlinux.org/pacman/submitting-patches.html
Please use git format-patch and git send-email if at all possible to
submit your patch. Thanks!
Allan
More information about the pacman-dev
mailing list