Pushed, thanks for your contribution !
On 26.10.18 15:33, Kapus, Timotej wrote:
> Hi,
>
> I'm writing a program analysis that tries to find and replace some loops with
> str* functions. I'm trying to see if these replacements are a useful
> refactoring or the loops are intentional. I noticed t
Hi,
I'm writing a program analysis that tries to find and replace some loops with
str* functions. I'm trying to see if these replacements are a useful
refactoring or the loops are intentional. I noticed that wget has a couple of
these loops and wrote a patch (pasted below) that changes this.
I