Fix Profile list loading

master
Adam Honse 6 years ago
parent 49365b3d98
commit a24909471f

@ -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…
Cancel
Save