]> Savannah Git Hosting - gnulib.git/commit
fnmatch: fix typo introduced on 2016-08-17
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2016 02:45:05 +0000 (18:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2016 02:47:15 +0000 (18:47 -0800)
commit0a2d091427da29e9d956b108801cdfdc27713a09
tree5e5ec71ec85b86e0f915c29ec9bf52e0db36927d
parent475b2030adcd94f1e87bb0b938f696283b2c3f55
fnmatch: fix typo introduced on 2016-08-17

This fixes the port to non-GCC compilers that lack __builtin_expect.
* lib/fnmatch.c (__builtin_expect): Change A&&B to !A||B.
ChangeLog
lib/fnmatch.c