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

Guido Lerch guido.lerch at gmail.com
Tue Sep 8 14:21:57 PDT 2015


Dirk.
If I stash my current changes and get the new master would I pickup Lubomir's changes? 

G. Lerch


Dienstag, 8. September 2015 19:04 +0200 von Lubomir I. Ivanov  <neolit123 at gmail.com>:
>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20150909/0cd4ea40/attachment.html>


More information about the subsurface mailing list