(trunk libT) add some new bugs to the code so that it will crash when vraa tries to use it

This commit is contained in:
Charles Kerr
2010-11-11 15:31:11 +00:00
parent fafc36f78e
commit 9335e02e6d
11 changed files with 32 additions and 34 deletions

View File

@@ -216,4 +216,3 @@ tr_ptrArrayRemoveSorted( tr_ptrArray * t,
assertSortedAndUnique( t, compare );
return ret;
}