Extra fallback for the unlikely case that $HOME isn't set on a unix

system (fixes 493).


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1243 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-09-19 03:15:00 +00:00
parent 3652e93ad8
commit 1344c87460
2 changed files with 22 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
Changes towards version 0.4:
- Accept spaces in --contentdir argument. - SvdB
- Extra fallback for the unlikely situation that $HOME isn't set on a
unix system. (#493) - SvdB
- Accept spaces in --contentdir argument (#492) - SvdB
- Separated and abstracted sound buffer-tagging and trackplayer
clip/subtitle chaining -Alex
- Abstracted the recursive mutexes in MixSDL and DCQ code -Michael