]> git.mxchange.org Git - simgear.git/commit
Avoid randomness when processing directories.
authorThorstenB <brehmt@gmail.com>
Sat, 13 Oct 2012 10:29:04 +0000 (12:29 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 13 Oct 2012 13:44:21 +0000 (15:44 +0200)
commit1dfac0a8b9b3e53560ef14ae3167c8c1973088f0
tree7624132effceef421e455abd7ac18edc566aee3e
parentf5cc1516182289fd09318a4d0e89bd84b0676ab0
Avoid randomness when processing directories.
Order of files in file system order is random (maybe different for every
user). Determinsm is good, i.e. when loading Nasal scripts in a fixed,
known sequence, or config files, where the later may overrule settings of
the earlier.
simgear/misc/sg_dir.cxx