]> Savannah Git Hosting - gnulib.git/commit
glob: fix typo that broke platforms lacking d_ino
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2017 07:46:49 +0000 (00:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2017 07:47:57 +0000 (00:47 -0700)
commit47c634c05a946651e2834dcf0cd7cd0dc7a21d3c
treecc0d8150584634727e680b2f84b57e6d4e9eba91
parentd93b573ba772a334a83dac971c3004f1fed8a8a5
glob: fix typo that broke platforms lacking d_ino

This typo also hurt performance on GNU/Linux and similar hosts.
* lib/glob.c (D_INO_TO_RESULT): Fix typo (reversed ifdef)
in previous change.
ChangeLog
lib/glob.c