bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Regression in git master branch (commit 8e6de1fb5ff0ca0c7


From: Ángel González
Subject: Re: [Bug-wget] Regression in git master branch (commit 8e6de1fb5ff0ca0c749da7db634a1b1e3a1215a2)
Date: Wed, 22 Oct 2014 23:10:57 +0200
User-agent: Thunderbird

On 22/10/14 20:28, Giuseppe Scrivano wrote:
Hi Ángel,

+  return xstrndup (uri, at + *pos, *length);;

Shouldn't it be

+  return xstrndup (at + *pos, *length);
yes...

Angel, if you are ok with, I can push this version (I've done added the
gnulib module and changed a bit the changelog entry):

Regards,
Giuseppe

Sigh, I had locally added xstrndup to bootstrap.conf but failed to include it in the commit.
I'm fine with the changes. Feel free to push.




reply via email to

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