summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:17:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:23:10 +0200
commit1510ce4959af37582dc64941e4ad101b808de0c6 (patch)
tree56caf60d9dec9c52430398aae47c4f19b577474a /testsuites/psxtests/psxstat
parentpsxtests/psxclockrealtime01: Fix warnings (diff)
downloadrtems-1510ce4959af37582dc64941e4ad101b808de0c6.tar.bz2
psxtests/psxstat: Fix format warnings
Diffstat (limited to 'testsuites/psxtests/psxstat')
-rw-r--r--testsuites/psxtests/psxstat/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index b616f55746..09ebb9613e 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -508,8 +508,8 @@ void make_many_symlinks(
)
{
int i;
- char name1[5];
- char name2[5];
+ char name1[32];
+ char name2[32];
char *link_file;
/* limit the link_count to ensure filename buffer doesn't overflow */