From a6438609f6e66781630707aefafacd727792f931 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 27 Apr 2004 12:00:43 +0000 Subject: [PATCH] Minor fix --- RAW/AliVMERawStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAW/AliVMERawStream.cxx b/RAW/AliVMERawStream.cxx index 17b15a749bf..0d2907cccdb 100644 --- a/RAW/AliVMERawStream.cxx +++ b/RAW/AliVMERawStream.cxx @@ -99,7 +99,7 @@ Bool_t AliVMERawStream::Next() } // number of channels - if (!fRawReader->ReadNextInt((UInt_t) fNChannels)) { + if (!fRawReader->ReadNextInt((UInt_t&) fNChannels)) { Error("Next", "incomplete equipment"); return kFALSE; } -- 2.43.0