summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-30 14:41:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-30 14:41:56 +0000
commitefc253fa86296896a64c84b945206497249ffc54 (patch)
tree1e48e62089eb7965b67ae3a7299f67f5f0a93298 /testsuites/psxtests
parent2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-efc253fa86296896a64c84b945206497249ffc54.tar.bz2
2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psximfs01/init.c: Fix warning introduced.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psximfs01/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index b506b6d1b1..7b2a974269 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * psximfs01/init.c: Fix warning introduced.
+
2010-06-30 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1595/tests
diff --git a/testsuites/psxtests/psximfs01/init.c b/testsuites/psxtests/psximfs01/init.c
index 515ac2fbd0..ce1c7c5669 100644
--- a/testsuites/psxtests/psximfs01/init.c
+++ b/testsuites/psxtests/psximfs01/init.c
@@ -97,7 +97,7 @@ void read_helper(void)
}
fprintf(
stderr,
- "ERROR - at offset %zd - returned %zd and error=%s\n",
+ "ERROR - at offset %d - returned %zd and error=%s\n",
i,
sc,
strerror( errno )