Add a path seperator to SetUserPath.
This commit is contained in:
@@ -998,7 +998,7 @@ void SetUserPath(unsigned int dir_index, std::string path)
|
||||
if (path.empty())
|
||||
return;
|
||||
|
||||
s_user_paths[dir_index] = path;
|
||||
s_user_paths[dir_index] = path + DIR_SEP;
|
||||
RebuildUserDirectories(dir_index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user