Abort when trying to translate a node of unknown type. This happens
authorMike Taylor <mike@indexdata.com>
Wed, 21 Dec 2005 00:04:14 +0000 (00:04 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 21 Dec 2005 00:04:14 +0000 (00:04 +0000)
when (for example) the node is corrupted by its parser being freed
before it's passed into the translation function ... a classic C-style
bug that's taken much of this evening to find and fix.  Defensive
programming, guys ...


No differences found