]> git.tdb.fi Git - libs/datafile.git/commit
Fix an incorrect condition for throwing an exception
authorMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 16:41:38 +0000 (18:41 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 16:41:38 +0000 (18:41 +0200)
commitfeb225725f96c1717f391855b7955937215b013e
tree8e4a668437f2e0d7044d6b1c4b7c63c74cbe50bb
parentb26fbba2bf5d53554325762b8022c501b3b8c8fb
Fix an incorrect condition for throwing an exception

Null actions are allowed, so only throw if there was no match.
source/loader.cpp