]> git.tdb.fi Git - libs/datafile.git/commit
Fix logic problems when ignoring a statement in the middle of direct load
authorMikko Rasa <tdb@tdb.fi>
Thu, 19 Dec 2013 21:58:53 +0000 (23:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 19 Dec 2013 21:58:53 +0000 (23:58 +0200)
commite063c8e0aa04f0b09962be8b6c586c1d021a929f
treef4cd59c4b9e23bbd974471a903988ca6bda55a0c
parent7abc9c3ed271ed787d57c2f074c9a696fb7b2572
Fix logic problems when ignoring a statement in the middle of direct load

Each recursive call to parse() was subtracting one from sub_remaining,
causing it to get out of sync with the actual statement hierarchy.
source/binaryparser.cpp