summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp09/screen11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index 32c8e4e38e..1e91c7899d 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -24,7 +24,7 @@ void Screen11()
void *buffer_address_2;
void *buffer_address_3;
rtems_status_code status;
- uint32_t size;
+ size_t size;
status = rtems_partition_create(
0,
@@ -106,7 +106,7 @@ void Screen11()
&Junk_id
);
if ( status != RTEMS_INVALID_SIZE )
- printf( "ERROR when size == %d\n", size );
+ printf( "ERROR when size == %zu\n", size );
fatal_directive_status(
status,