mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 17:50:52 +08:00
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