Added an assertion.

committer: mfx <mfx> 974489511 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-11-17 19:31:51 +00:00
parent e15cc07e94
commit e2326eabcf
+1
View File
@@ -80,6 +80,7 @@ int PackDjgpp2::buildLoader(const Filter *ft)
); );
if (ft->id) if (ft->id)
{ {
assert(ft->calls > 0);
addLoader("DJCALLT2",NULL); addLoader("DJCALLT2",NULL);
addFilter32(ft->id); addFilter32(ft->id);
} }