cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Test 1235 failure

From: Marc Hörsken <info_at_marc-hoersken.de>
Date: Tue, 16 Dec 2014 01:22:55 +0100

>> I'll work on a fix.
>
> Many thanks - and at this time of night.

What about instead of counting backwards again we replace the following line:

  pat = &glob->pattern[i];

with this line:

  pat = &glob->pattern[(glob->size - 1) - i];

That way we can still count forwards and keep the actual access order?
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-12-16