summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtems++/Task3.cc')
-rw-r--r--testsuites/libtests/rtems++/Task3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/rtems++/Task3.cc b/testsuites/libtests/rtems++/Task3.cc
index 9c94c59640..25ab22c586 100644
--- a/testsuites/libtests/rtems++/Task3.cc
+++ b/testsuites/libtests/rtems++/Task3.cc
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -44,7 +44,7 @@ void Task3::screen6()
{
char in[100];
char out[100];
- uint32_t size;
+ size_t size;
bool loopback = true;
while (loopback)