]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/sim/BaseConfig.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / BaseConfig.C
index 9b375b6959e2db1c8486ea43dc3a93eb59362316..f9e855835a31226fdd104074ac406bdbc726f2be 100644 (file)
@@ -556,7 +556,7 @@ struct VirtualTrain
     }
 
     ::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("LoadLibrary", "Could not load module %s", module);
     ::Info("LoadLibrary", "Module %s, successfully loaded", module);