mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
Fix compiler warning
This commit is contained in:
committed by
popcornmix
parent
ad8ef597bd
commit
f4bccc38f9
@@ -545,7 +545,7 @@ static int dump_edid( int display_id, const char *filename )
|
||||
if (fp)
|
||||
fclose(fp);
|
||||
if(written) {
|
||||
LOG_STD( "Written %d bytes to %s", written, filename);
|
||||
LOG_STD( "Written %zu bytes to %s", written, filename);
|
||||
} else {
|
||||
LOG_STD( "Nothing written!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user