From 036da4939c77442d64f116a0a59ffbeed126f00d Mon Sep 17 00:00:00 2001 From: fca Date: Tue, 2 Nov 1999 17:20:19 +0000 Subject: [PATCH] initialise nbytes before using it --- TRD/AliTRDv1.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TRD/AliTRDv1.cxx b/TRD/AliTRDv1.cxx index ae98399c9a2..e027339e99b 100644 --- a/TRD/AliTRDv1.cxx +++ b/TRD/AliTRDv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 1999/11/02 17:15:54 fca +Correct ansi scoping not accepted by HP compilers + Revision 1.13 1999/11/02 17:14:51 fca Correct ansi scoping not accepted by HP compilers @@ -455,7 +458,7 @@ void AliTRDv1::Digits2Clusters() // Import the digit tree gAlice->ResetDigits(); - Int_t nbytes; + Int_t nbytes=0; nbytes += DigitTree->GetEvent(1); // Get the number of digits in the detector -- 2.43.0