mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
Use %zd instead of %d to print size_t's
This commit is contained in:
@@ -334,7 +334,7 @@ lseek_test (void)
|
||||
rtems_test_assert (n == (ssize_t) len);
|
||||
total_written += n;
|
||||
}
|
||||
printf ("Successfully wrote %d\n", total_written);
|
||||
printf ("Successfully wrote %zd\n", total_written);
|
||||
|
||||
/*
|
||||
* Check the current position
|
||||
|
||||
Reference in New Issue
Block a user