Add and move to new tecCLAIM result codes.

This commit is contained in:
Arthur Britto
2012-12-23 15:52:59 -08:00
parent 56d97f95d7
commit 194053c87e
10 changed files with 82 additions and 60 deletions

View File

@@ -568,7 +568,7 @@ TER LedgerEntrySet::dirAdd(
// Add to new node.
else if (!++uNodeDir)
{
return terDIR_FULL;
return tecDIR_FULL;
}
else
{