djgpp2/coff updates

committer: ml1050 <ml1050> 1043312061 +0000
This commit is contained in:
László Molnár
2003-01-23 08:54:21 +00:00
parent 32e76e88cf
commit 1282ed333a
3 changed files with 86 additions and 63 deletions
+1 -2
View File
@@ -251,8 +251,7 @@ static void assertPacker(const Packer *p)
assert(p->getFormat() > 0);
assert(p->getFormat() <= 255);
assert(p->getVersion() >= 11);
assert(p->getVersion() < 255);
assert(p->getVersion() == 13);
assert(p->getVersion() <= 14);
assert(strlen(p->getName()) <= 13);
}