]> git.mxchange.org Git - simgear.git/commit
Dir::tempDir not working on some systems.
authorThorstenB <brehmt@gmail.com>
Sat, 3 Mar 2012 16:06:51 +0000 (17:06 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 3 Mar 2012 16:06:51 +0000 (17:06 +0100)
commit13f96cdcc9f686d900770bb24215284f3774bec8
treed6b40f08d6a6be086d9d3dc43791d8b9d3ad8e9b
parent86e32035d767b0ee276f0effe91706f88d69da51
Dir::tempDir not working on some systems.
Only worked when TMPDIR environment variable had a trailing slash (i.e.
"/tmp/" worked, but not "/tmp").
(Problem shown by simgear's "test suite". It's good to have tests!)
simgear/misc/sg_dir.cxx