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:55:33 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

On Friday 21 November 2014 10:36:58 Tim Ruehsen wrote:
> On Friday 21 November 2014 10:12:18 Daniel Stenberg wrote:
> > On Fri, 21 Nov 2014, Tim Ruehsen wrote:
> > > 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 ?
> > 
> > How about always doing the check using unsigned? See attachment.
> 
> Yes, but you don't need ustr.
> 
> If you don't mind, I would apply this
> 
>       const unsigned char *p;
>       for (p = (unsigned char *) str; *p; p++)
> 
> Tim

I pushed it.

Tim

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


reply via email to

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