From 1510ce4959af37582dc64941e4ad101b808de0c6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:17:21 +0200 Subject: psxtests/psxstat: Fix format warnings --- testsuites/psxtests/psxstat/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxstat') 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 */ -- cgit v1.2.3