bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [Bulk] wget/Chrome bug?


From: Hubert Tarasiuk
Subject: Re: [Bug-wget] [Bulk] wget/Chrome bug?
Date: Fri, 10 Apr 2015 15:32:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

W dniu 10.04.2015 o 14:02, Hubert Tarasiuk pisze:
> I forgot that too. The problem I noticed was, that the code was doing
> *p = *p + 1;
> instead of
> p = p + 1;
Never mind that :)
*p++ equals *(p++) not the other way round, so the only problem must
have been the double incrementation in macro.

Have a good day,
Hubert

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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