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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user