- Fix for SANS

This commit is contained in:
cvs
2002-11-13 07:47:17 +00:00
parent 3ace74d9d7
commit 995484cc44
8 changed files with 479 additions and 31 deletions

View File

@@ -1525,7 +1525,7 @@ extern int close(int fp);
assert(self);
assert(iBankNumber >= 0);
assert(iBankNumber < MAXBANK);
assert(iEdgeLength >= 2);
assert(iEdgeLength >= 1);
assert(iStart >= 0);
assert(iEnd >= iStart);