Post: Re: [ROOT] 3.02/06 Windows bug

From: Valeri Fine (fine@bnl.gov)
Date: Sat Dec 29 2001 - 00:52:11 MET


Hello ROOT'er

I am begging a pardon.

I've found this bug is too new and it is not a part of the
3.02/06 release yet. It is present in the latest repository 
source only (I hope:-)

  Have a nice New Year !
             Best regards. Valeri

  ----- Original Message ----- 
  From: Valeri Fine 
  To: roottalk@pcroot.cern.ch 
  Sent: Friday, December 28, 2001 6:34 PM
  Subject: [ROOT] 3.02/06 Windows bug


  Hello ROOTers
    
  A new bug affecting Windows users of ROOT had been introduced with the
  last ROOT release.

  In method 

  Int_t TCint::ProcessLine(const char *line, EErrorCode *error)

  instead of 

              if (error) *error = (EErrorCode)local_error;
              gROOT->SetLineHasBeenProcessed();
           }

  one needs:

              if (error) *error = (EErrorCode)local_error;
           }
           gROOT->SetLineHasBeenProcessed();

  I mean "gROOT->SetLineHasBeenProcessed();" must be out of the brackets.
  This bug should cause an erratic behavior of ROOT during Windows interactive 
  sessions.

  Please fix.

    My best regards and New Year wishes

                   Valeri



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:14 MET