mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix TRACE format specifiers for consistency in data types
This commit is contained in:
@@ -471,7 +471,7 @@ int32_t aaruf_get_dumphw(void *context, uint8_t *buffer, size_t *length)
|
||||
*/
|
||||
int32_t aaruf_set_dumphw(void *context, uint8_t *data, size_t length)
|
||||
{
|
||||
TRACE("Entering aaruf_set_dumphw(%p, %p, %d)", context, data, length);
|
||||
TRACE("Entering aaruf_set_dumphw(%p, %p, %zu)", context, data, length);
|
||||
|
||||
// Check context is correct AaruFormat context
|
||||
if(context == NULL)
|
||||
|
||||
Reference in New Issue
Block a user