]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawDB.cxx
Moving from 32-bit to 64-bit return value of the file close method. Last modification...
[u/mrichter/AliRoot.git] / RAW / AliRawDB.cxx
index c066a3567fb9f78ec2b9ecc99e8ac1cba4ce2b7a..22515f0efde6d9705b317b9d967b7dbd4982736d 100644 (file)
@@ -300,7 +300,7 @@ void AliRawDB::MakeTree()
 }
 
 //______________________________________________________________________________
-Int_t AliRawDB::Close()
+Long64_t AliRawDB::Close()
 {
    // Close raw DB.
    if (!fRawDB) return 0;
@@ -320,7 +320,7 @@ Int_t AliRawDB::Close()
    // Close DB, this also deletes the fTree
    fRawDB->Close();
 
-   Int_t filesize = fRawDB->GetEND();
+   Long64_t filesize = fRawDB->GetEND();
 
    if (fDeleteFiles) {
       gSystem->Unlink(fRawDB->GetName());