forked from Imagelibrary/rtems
psxmmap01/test_helper.c: Use correct printf format for size_t
This commit is contained in:
@@ -24,7 +24,7 @@ void fail_check(
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
printf( "%s: %d: ", file, line );
|
||||
printf( "%s: %zd: ", file, line );
|
||||
|
||||
va_start(ap, fmt);
|
||||
vprintf(fmt, ap);
|
||||
|
||||
Reference in New Issue
Block a user