Skip to content
Snippets Groups Projects
Commit 2c74ed21 authored by Rene Brun's avatar Rene Brun
Browse files

Fix format

git-svn-id: http://root.cern.ch/svn/root/trunk@34260 27541ba8-7e3a-0410-8455-c3a389f83636
parent de7566ba
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,11 @@ return false;}
<h1>ROOT Version 5.28/00 Release Notes</h1>
<div class="classdescr">
<p>ROOT version 5.28/00 will be released on June 30 2010.
<p>ROOT version 5.27/04 has been released on June 30 2010.
In case you are upgrading from an old version, please read the releases notes
of version 5.16, 5.18, 5.20, 5.22, 5.24 and version 5.26 in addition to these notes.</p>
<p>The production version is scheduled for December 2010, but it could happen earlier
in case the LHC experiments request a release.
</div></div></div>
<ul>
<li><a href="#bindings"> <b>Bindings</b></a> - packages related to the interplay with other programming languages (Python, Ruby)</li>
......
......@@ -502,7 +502,7 @@ Long64_t TTreePlayer::DrawScript(const char* wrapperPrefix,
}
selname.Append(aclicMode);
Info("DrawScript",Form("Will process tree/chain using %s",selname.Data()));
Info("DrawScript","%s",Form("Will process tree/chain using %s",selname.Data()));
Long64_t result = fTree->Process(selname,option,nentries,firstentry);
fTree->SetNotify(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment