]> icculus.org git repositories - divverent/darkplaces.git/commit
changed searchpath directories to have a trailing / (allowing %s%s instead of %s...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Jun 2005 00:44:08 +0000 (00:44 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Jun 2005 00:44:08 +0000 (00:44 +0000)
commit2eb49366c015ba5554486d118d2e5793cd996453
tree95e39b61f17909a1e225101ae91596450c92b381
parent38f1ee5f88cff13e4caf739b80ddd25895198c76
changed searchpath directories to have a trailing / (allowing %s%s instead of %s/%s for more consistency)
fixed FS_Search to support empty paths (*.cfg and such), and use %s%s concatenation as the rest of the filesystem does, this required changing listdirectory slightly
some cleanup of the opendir implementation of listdirectory

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5421 d7cf8633-e32d-0410-b094-e92efae38249
filematch.c
fs.c