mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
making 'CFLAGS="-m32" make source-only tests' work
This commit is contained in:
2
src/third_party/libradamsa/libradamsa.c
vendored
2
src/third_party/libradamsa/libradamsa.c
vendored
@ -30815,7 +30815,7 @@ size_t copy_list(uint8_t *ptr, word lispval, size_t max) {
|
||||
lispval = G(lispval, 2); // list = cdr(list)
|
||||
}
|
||||
if (lispval != INULL && max == 0) {
|
||||
printf("ERROR: lisp return value was not a proper list. Trailing %lu\n", lispval);
|
||||
printf("ERROR: lisp return value was not a proper list. Trailing %lu\n", (unsigned long)lispval);
|
||||
}
|
||||
return n;
|
||||
}
|
||||
|
Reference in New Issue
Block a user