Re[2]: UEMIS-bug fix: fixing the dialog message when the memory us full

Guido Lerch guido.lerch at gmail.com
Tue Sep 15 09:34:24 PDT 2015


Thanks.
I missed the message, otherwise I would have included it right away.

Please let me know if the code works for other too, I only had two Uemis to test and found no issues but I might have missed something.

G. Lerch


Dienstag, 15. September 2015 18:13 +0200 von Dirk Hohndel  <dirk at hohndel.org>:
>Yet more excellent patches from you. I decided to merge this one with the
>previous commit as you literally just introduced that message there. So
>doing it right the first time seemed to make more sense.
>
>This still brings you to 30 commits in your short tenure as Subsurface
>developer. Quite impressive, Guido. Keep them coming.
>
>/D
>
>On Tue, Sep 15, 2015 at 04:56:06PM +0200, Guido Lerch wrote:
>> Subject: [PATCH 3/3] UEMIS-bug fix, fixing dialog message
>> 
>> I prefer to use the almost full message because in general the progress
>> bar is not at the end when I determine that nomore logs can be loaded.
>> 
>> Signed-off-by: glerch < guido.lerch 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 1bfd766..92b221a 100644
>> --- a/uemis-downloader.c
>> +++ b/uemis-downloader.c
>> @@ -1324,7 +1324,7 @@ const char *do_uemis_import(device_data_t *data)
>>  	}
>> 
>>  	if (uemis_mem_status != UEMIS_MEM_OK)
>> -		result = translate("gettextFromC", ERR_FS_FULL);
>> +		result = translate("gettextFromC", ERR_FS_ALMOST_FULL);
>> 
>>  bail:
>>  	(void)uemis_get_answer(mountpath, "terminateSync", 0, 3, &result);
>> -- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20150915/d4d106f0/attachment.html>


More information about the subsurface mailing list