aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-xpg-basename.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-xpg-basename.c')
-rw-r--r--stdlib/tst-xpg-basename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-xpg-basename.c b/stdlib/tst-xpg-basename.c
index dd22cf7..38f995e 100644
--- a/stdlib/tst-xpg-basename.c
+++ b/stdlib/tst-xpg-basename.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
@@ -41,7 +41,7 @@ static struct
int
main (void)
{
- int i = 0;
+ size_t i = 0;
int errors = 0;
char path[1024];
char *file;