mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
fix some compiler warnings in 32-bit linux
This commit is contained in:
@ -413,7 +413,7 @@ static u32 read_file(u8 *in_file) {
|
||||
|
||||
if (!be_quiet && !quiet_mode) {
|
||||
|
||||
WARNF("Input file '%s' is too large, only reading %u bytes.", in_file,
|
||||
WARNF("Input file '%s' is too large, only reading %ld bytes.", in_file,
|
||||
MAX_FILE);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user