]> git.mxchange.org Git - simgear.git/commit
Fix simgear::Dir::children on Linux where dirent->d_type might be 0; always use stat...
authorJames Turner <zakalawe@mac.com>
Sat, 24 Jul 2010 09:27:50 +0000 (10:27 +0100)
committerJames Turner <zakalawe@mac.com>
Sat, 24 Jul 2010 09:27:50 +0000 (10:27 +0100)
commit959f44502bb75df03494642b8c4546478f2c9c9b
treee6511cca4b100fcebfefec12ff00552d6b700be9
parentc5ec6927b38bc29febd2811a743d3916aa7836b3
Fix simgear::Dir::children on Linux where dirent->d_type might be 0; always use stat() to determine file type. Thanks to Alex Romonsan for helping debugging this!
simgear/misc/sg_dir.cxx