From: hristov Date: Fri, 28 Oct 2005 06:57:03 +0000 (+0000) Subject: Do not convert bool to pointer X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e5a79c1a18afee7e9d2d2047dc4365aa087083b7;hp=4425dac28eed3db98b697bb7f8d8fc0a135a5a4a;ds=sidebyside Do not convert bool to pointer --- diff --git a/FMD/AliFMDGeoOldSimulator.cxx b/FMD/AliFMDGeoOldSimulator.cxx index 5f06fc709b1..02820fac4b8 100644 --- a/FMD/AliFMDGeoOldSimulator.cxx +++ b/FMD/AliFMDGeoOldSimulator.cxx @@ -138,7 +138,7 @@ AliFMDGeoOldSimulator::RingGeometry(AliFMDRing* r) // if (!r) { AliError("Didn't get a ring object"); - return kFALSE; + return 0x0; } Char_t id = r->GetId(); Double_t siThick = r->GetSiThickness();