Fix long hex encoded masks in maskfiles

pull/2209/head
Jens Steube 5 years ago
parent c78b8878d5
commit 870229196b

@ -1629,7 +1629,7 @@ typedef struct loopback_ctx
typedef struct mf
{
char mf_buf[0x100];
char mf_buf[0x400];
int mf_len;
} mf_t;

Loading…
Cancel
Save