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

Guido Lerch guido.lerch at gmail.com
Tue Sep 8 14:08:02 PDT 2015


What is the problem here, I had no issues with this during my testing.

Also, how would I apply this patch?
I don't want to get a new master as I am fixing some issues with the dive spots currently.

G. Lerch


Dienstag, 8. September 2015 19:09 +0200 von Dirk Hohndel  <dirk at hohndel.org>:
>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
>_______________________________________________
>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/e3d56130/attachment.html>


More information about the subsurface mailing list