Skip to content

Commit d9b262a

Browse files
fwinklpcanal
authored andcommitted
TBufferFile: remove stray quote in error message
Remove extra single quote in error message to avoid confusion what the actual class name is.
1 parent b92cbb9 commit d9b262a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/io/src/TBufferFile.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ TClass *TBufferFile::ReadClass(const TClass *clReq, UInt_t *objTag)
26332633
!(clReq->GetSchemaRules() &&
26342634
clReq->GetSchemaRules()->HasRuleWithSourceClass(cl->GetName()) )
26352635
) ) {
2636-
Error("ReadClass", "The on-file class is \"'%s\" which is not compatible with the requested class: \"%s\"",
2636+
Error("ReadClass", "The on-file class is \"%s\" which is not compatible with the requested class: \"%s\"",
26372637
cl->GetName(), clReq->GetName());
26382638
// exception
26392639
}

0 commit comments

Comments
 (0)