Fix Profile list loading
This commit is contained in:
parent
49365b3d98
commit
a24909471f
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ void ProfileManager::UpdateProfileList()
|
|||
/*---------------------------------------------------------*\
|
||||
| Open input file in binary mode |
|
||||
\*---------------------------------------------------------*/
|
||||
std::ifstream profile_file(filename, std::ios::in | std::ios::binary);
|
||||
std::ifstream profile_file(configuration_directory + filename, std::ios::in | std::ios::binary);
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Read and verify file header |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue