We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e4b87 commit 35f9ee7Copy full SHA for 35f9ee7
1 file changed
ALICE3/Core/FlatTrackSmearer.cxx
@@ -98,7 +98,7 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
98
99
std::ifstream lutFile(localFilename, std::ifstream::binary);
100
if (!lutFile.is_open()) {
101
- throw framework::runtime_error_f("Cannot open LUT file: %s", localFilename);
+ throw framework::runtime_error_f("Cannot open LUT file: %s", localFilename.c_str());
102
}
103
104
try {
0 commit comments