[PATCH] uemis-downloader: don't use unknown type u_int32_t

Dirk Hohndel dirk at hohndel.org
Tue Sep 8 10:09:41 PDT 2015


Crap, I had fixed this earlier and it snuck through again.
I wonder why it sometimes doesn't cause my test builds to fail.

Thanks, Lubomir.

/D

On Tue, Sep 08, 2015 at 08:04:41PM +0300, Lubomir I. Ivanov wrote:
> From: "Lubomir I. Ivanov" <neolit123 at gmail.com>
> 
> Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
> ---
>  uemis-downloader.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/uemis-downloader.c b/uemis-downloader.c
> index 0cb0f9f..2fe91e4 100644
> --- a/uemis-downloader.c
> +++ b/uemis-downloader.c
> @@ -135,7 +135,7 @@ static struct dive *uemis_start_dive(uint32_t deviceid)
>  	return dive;
>  }
>  
> -static struct dive *get_dive_by_uemis_diveid(device_data_t *devdata, u_int32_t object_id)
> +static struct dive *get_dive_by_uemis_diveid(device_data_t *devdata, uint32_t object_id)
>  {
>  	for (int i = 0; i < devdata->download_table->nr; i++) {
>  		if (object_id == devdata->download_table->dives[i]->dc.diveid)
> -- 
> 1.7.11.msysgit.0
> 
> _______________________________________________
> subsurface mailing list
> subsurface at subsurface-divelog.org
> http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


More information about the subsurface mailing list