bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] ARRG (was: remote_to_utf8: cut off part of condition alwa


From: Tim Ruehsen
Subject: Re: [Bug-wget] ARRG (was: remote_to_utf8: cut off part of condition always false)
Date: Fri, 21 Nov 2014 10:02:43 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

On Friday 21 November 2014 03:49:06 Jakub Cajka wrote:
> Sorry for more spamming, I'm to slow..., already sent, the same request...
> Thanks for attention :).

Jakub, since I have no 'unsigned char' system running, could you amend and 
test the check so that it does not give a compiler warning on 'signed' systems 
?

e.g. something like

if ((*p & 0x7f) == *p)

or

if ((*p & ~0x7f))

Or maybe you have a better idea ?

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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