On Mon, Feb 10, 2020 at 03:25:43PM +0100, Jakub Jelinek wrote: > Hi! > > The last argument to strncasecmp is incorrect, so it matched even when > can%' wasn't followed by t. Also, the !ISALPHA (format_chars[1]) test > looks pointless, format_chars[1] must be ' if strncasecmp succeeded and > so will never be ISALPHA. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > trunk?
Ok, thanks. Marek