Fix loading a file with offset

This commit is contained in:
Maschell 2019-11-24 13:58:22 +01:00
parent a949308aee
commit b7f1c81407
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ static bool skipPPCSetup = false;
static bool didrpxfirstchunk = false;
static bool doWantReplaceRPX = false;
static bool replace_target_device = 0;
static bool rep_filesize = 0;
static bool rep_fileoffset = 0;
static uint32_t rep_filesize = 0;
static uint32_t rep_fileoffset = 0;
static char rpxpath[256];
#define log(fmt, ...) log_printf("%s: " fmt, __FUNCTION__, __VA_ARGS__)