X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Floader.cpp;h=6a4a8d845dee3642a9091d31fc847f067937b4e9;hb=feb225725f96c1717f391855b7955937215b013e;hp=51e22edf7a8e47c4ea1b02a3b1077d14e34f1f6e;hpb=b26fbba2bf5d53554325762b8022c501b3b8c8fb;p=libs%2Fdatafile.git diff --git a/source/loader.cpp b/source/loader.cpp index 51e22ed..6a4a8d8 100644 --- a/source/loader.cpp +++ b/source/loader.cpp @@ -229,7 +229,7 @@ LoaderAction *Loader::find_action(const StatementKey &key) const } } - if(!act) + if(!match) throw invalid_signature(key.keyword, key.signature); return act;