Skip to content

Commit

Permalink
u8string not required
Browse files Browse the repository at this point in the history
  • Loading branch information
mabraham committed May 13, 2024
1 parent 55463c5 commit 66dc42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gromacs/selection/selectioncollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ SelectionList SelectionCollection::parseFromFile(const std::filesystem::path& fi
catch (GromacsException& ex)
{
ex.prependContext(formatString("Error in parsing selections from file '%s'",
filename.u8string().c_str()));
filename.string().c_str()));
throw;
}
}
Expand Down

0 comments on commit 66dc42a

Please sign in to comment.