]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/deroot.cxx
Bigger memory allocation to allow derootification of the non-zero-suppressed TPC...
[u/mrichter/AliRoot.git] / MONITOR / deroot.cxx
index e18a961bef40e49bef0d08632c06881a2a831c0e..891a3cacfc1ea362f3a585702fd7a4793aee5630 100644 (file)
@@ -13,7 +13,7 @@ int deroot(const char *rootFileName, const char *dateFileName);
 
 int deroot(const char *rootFileName, const char *dateFileName) {
 
- unsigned char *dateEvent=new unsigned char [100000000];
+ unsigned char *dateEvent=new unsigned char [1000000000];
 
  FILE *dateFile;
  size_t gdcCounter, gdcSize;
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
 #else
 int main(int /*argc*/, char** /*argv*/)
 {
-  ::Fatal("main", "this program was compiled without DATE");
+  ::Error("main", "this program was compiled without DATE");
 
   return 1;
 }