Fix compiler warning

This commit is contained in:
RaspberryPiFan
2020-05-28 12:49:51 +02:00
committed by popcornmix
parent ad8ef597bd
commit f4bccc38f9

View File

@@ -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!");
}