Packer::canUnpack() now can return -1.

committer: mfx <mfx> 962126554 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-06-27 17:22:34 +00:00
parent 87a1b66847
commit 51c6566092
24 changed files with 109 additions and 56 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ int FileBase::readx(void *buf, int len)
{
int l = this->read(buf,len);
if (l != len)
throw EOFException();
throwEOFException();
return l;
}