Cleanups.

committer: mfx <mfx> 1036860405 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-11-09 16:46:45 +00:00
parent f91849ec4b
commit b6c84d19ab
3 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ void PackTmt::pack(OutputFile *fo)
int PackTmt::canUnpack()
{
if (!PackTmt::readFileHeader())
if (!readFileHeader())
return false;
fi->seek(adam_offset, SEEK_SET);
return readPackHeader(512) ? 1 : -1;