1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

Update file.h

Increase MAX_DATA_LEN to accommodate larger boot loaders.
This commit is contained in:
Donald A. Cupp Jr 2020-12-17 15:29:18 -08:00 committed by GitHub
parent 8bb31f6ae2
commit b54565c7e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
#include <stdint.h>
/* Max valid value of uiLen for contains_data */
#define MAX_DATA_LEN 65536
#define MAX_DATA_LEN 262144
/* We hijack the FILE structure for our own needs */
typedef struct {