bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/7] libstore: fix type of a counter


From: Samuel Thibault
Subject: Re: [PATCH 3/7] libstore: fix type of a counter
Date: Thu, 20 Jan 2022 00:30:37 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Etienne Brateau, le mer. 19 janv. 2022 20:29:41 +0100, a ecrit:
> ---
>  libstore/argp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libstore/argp.c b/libstore/argp.c
> index a399b48f..31bae116 100644
> --- a/libstore/argp.c
> +++ b/libstore/argp.c
> @@ -198,7 +198,7 @@ store_parsed_open (const struct store_parsed *parsed, int 
> flags,
>      return open (0, store);
>    else
>      {
> -      int i;
> +      size_t i;
>        char *name;
>        error_t err = 0;
>        struct store **stores = malloc (sizeof (struct store *) * num);
> -- 
> 2.34.1
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]