]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor fix
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Apr 2004 12:00:43 +0000 (12:00 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Apr 2004 12:00:43 +0000 (12:00 +0000)
RAW/AliVMERawStream.cxx

index 17b15a749bf38b1bad94988eef8d2b36db26807d..0d2907cccdbb68054007ce81221ad311f19be6b8 100644 (file)
@@ -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;
     }