]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
initialise nbytes before using it
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 17:20:19 +0000 (17:20 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 17:20:19 +0000 (17:20 +0000)
TRD/AliTRDv1.cxx

index ae98399c9a25ddd41ebd65f2fca4424949e4aba2..e027339e99bc1284395984de6f6104450a1c3143 100644 (file)
@@ -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