]> git.mdlowis.com Git - archive/parse-utils.git/commit
Fixed a bug in btparser where an exception was being created but not actually thrown...
authorMike D. Lowis <mike@mdlowis.com>
Fri, 2 Mar 2012 15:44:23 +0000 (10:44 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Fri, 2 Mar 2012 15:44:23 +0000 (10:44 -0500)
commitefe094829e9d5b499cc1ec9d22dca2f74b796210
treeec56e05368049aed02ca82698cdd1bf8086683af
parente2ccce38d3d7a0f77a0834b87912a679bcb4ed47
Fixed a bug in btparser where an exception was being created but not actually thrown in the match function. This effectively killed the backtracking operation of the parser :-(
source/parser/btparser/btparser.cpp