Skip to content
Snippets Groups Projects
Commit b2844868 authored by Matevz Tadel's avatar Matevz Tadel
Browse files

Fix passing a TString into printf.

git-svn-id: http://root.cern.ch/svn/root/trunk@23915 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4e30962d
No related branches found
No related tags found
No related merge requests found
...@@ -483,7 +483,8 @@ void TEveTrackCounterEditor::DoFileReport() ...@@ -483,7 +483,8 @@ void TEveTrackCounterEditor::DoFileReport()
fM->OutputEventTracks(out); fM->OutputEventTracks(out);
fclose(out); fclose(out);
} else { } else {
Error("TEveTrackCounterEditor::DoFileReport", "Can not open file '%s' for writing.", file); Error("TEveTrackCounterEditor::DoFileReport",
"Can not open file '%s' for writing.", file.Data());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment