Skip to content

Commit 35f9ee7

Browse files
authored
fix string
1 parent 34e4b87 commit 35f9ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/Core/FlatTrackSmearer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
9898

9999
std::ifstream lutFile(localFilename, std::ifstream::binary);
100100
if (!lutFile.is_open()) {
101-
throw framework::runtime_error_f("Cannot open LUT file: %s", localFilename);
101+
throw framework::runtime_error_f("Cannot open LUT file: %s", localFilename.c_str());
102102
}
103103

104104
try {

0 commit comments

Comments
 (0)