>> 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
