1
1
forked from 0ad/0ad

bugfix: needs to use full path conversion routine

This was SVN commit r1434.
This commit is contained in:
janwas 2004-12-01 21:34:01 +00:00
parent c0ef326340
commit 2c0d5c0248

View File

@ -42,7 +42,7 @@ int res_reload_changed_files()
while(dir_get_changed_file(n_path) == 0)
{
char p_path[PATH_MAX];
CHECK_ERR(file_make_portable_path(n_path, p_path));
CHECK_ERR(file_make_full_portable_path(n_path, p_path));
char vfs_path[VFS_MAX_PATH];
CHECK_ERR(vfs_make_vfs_path(p_path, vfs_path));