]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/sim/AOD.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / AOD.C
index c85cb93d6666a25325ad44e866b535fd8e4acedc..ba9a8fd29416c4f7bfb46a26da5d80c9b7174e6c 100644 (file)
@@ -175,7 +175,7 @@ Bool_t LoadLibrary(const char *module)
   }
 
   ::Info("LoadLibrary", "Trying to load lib%s.so", module);
-  result = gSystem->Load(Form("lib%s.so", module));
+  result = gSystem->Load(Form("lib%s", module));
   if (result < 0)
     ::Error("AnalysisTrainNew.C::LoadLibrary", 
            "Could not load module %s", module);