Removed the optional `off' parameter from the [gs]et_[bl]e{16,24,32} functions.

committer: mfx <mfx> 981982200 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-02-12 12:50:00 +00:00
parent 475326691d
commit 401567f852
4 changed files with 36 additions and 33 deletions
+2 -2
View File
@@ -115,8 +115,8 @@ int PackTmt::buildLoader(const Filter *ft)
int PackTmt::readFileHeader()
{
#define H(x) get_le16(h,2*(x))
#define H4(x) get_le32(h,x)
#define H(x) get_le16(h+2*(x))
#define H4(x) get_le32(h+(x))
unsigned char h[0x40];
int ic;
unsigned exe_offset = 0;