1
0
forked from 0ad/0ad

fixed bug (missing else) reported by philip. thanks!

This was SVN commit r615.
This commit is contained in:
janwas 2004-06-30 18:47:15 +00:00
parent 5f6e9f3819
commit 64444251d4

View File

@ -1028,6 +1028,7 @@ int vfs_realpath(const char* fn, char* full_path)
if(loc->archive <= 0)
dir = loc->dir.c_str();
// file is in archive
else
{
// "dir" is the archive filename
dir = h_filename(loc->archive);