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

From Bertrand:

- Re-introduce variable initialization removed in Revision 23479


git-svn-id: http://root.cern.ch/svn/root/trunk@23537 27541ba8-7e3a-0410-8455-c3a389f83636
parent b5616744
No related branches found
No related tags found
No related merge requests found
......@@ -594,6 +594,7 @@ void TDatabasePDG::ReadPDGTable(const char *FileName)
if (nch) {
// read in decay channels
ich = 0;
while ( ((c[0]=getc(file)) != EOF) && (ich <nch)) {
if (c[0] != '#') {
ungetc(c[0],file);
......
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