1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

for bug 175591

This commit is contained in:
Vivian Kong 2007-02-26 19:43:56 +00:00
parent 9f848fe7b2
commit 30d2f050b4

View file

@ -3,6 +3,6 @@ BTree.DeletionOnAbsentKey=Deletion of key not in btree: {0} mode={1}
BTree.UnknownMode=BTree unknown deletion mode error
BTree.IntegrityError=BTree integrity error
BTree.IntegrityErrorA=[{0} blanks inconsistent b={1} nb={2}]
BTree.IntegrityErrorB=[{0} wrong number of children w.r.t. key count]
BTree.IntegrityErrorB=[{0} wrong number of children with respect to key count]
BTree.IntegrityErrorC=[{0} key count out of range]
BTree.IntegrityErrorD=Leaf nodes at differing depths