From kde-commits Sun Oct 24 15:19:55 2004 From: Dirk Mueller Date: Sun, 24 Oct 2004 15:19:55 +0000 To: kde-commits Subject: kdemultimedia/akode/lib Message-Id: <20041024151955.AF78016C32 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109863121518544 CVS commit by mueller: make it work like indented M +1 -1 encoderpluginhandler.cpp 1.3 --- kdemultimedia/akode/lib/encoderpluginhandler.cpp #1.2:1.3 @@ -26,5 +26,5 @@ namespace aKode { EncoderPluginHandler::EncoderPluginHandler(const string lib) : encoder_plugin(0) { - if (lib.size() > 0); + if (lib.size() > 0) load(lib); }