summaryrefslogtreecommitdiff
path: root/lib/backupfile.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-12 03:58:25 +0000
committerJim Meyering <jim@meyering.net>1996-03-12 03:58:25 +0000
commit6f2e1d1ce254d133989fc307c03b6825c15dbaff (patch)
treeaa679a22858c87beeaf2b273c2ba6935e191f550 /lib/backupfile.c
parent51078dff7f9e9f70c1fa9864c14795757320558d (diff)
downloadcoreutils-6f2e1d1ce254d133989fc307c03b6825c15dbaff.tar.xz
(max_backup_version): Declare file_name_length to be of type size_t.
Diffstat (limited to 'lib/backupfile.c')
-rw-r--r--lib/backupfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupfile.c b/lib/backupfile.c
index 8222d46b8..8781c719c 100644
--- a/lib/backupfile.c
+++ b/lib/backupfile.c
@@ -143,7 +143,7 @@ max_backup_version (file, dir)
struct dirent *dp;
int highest_version;
int this_version;
- int file_name_length;
+ size_t file_name_length;
dirp = opendir (dir);
if (!dirp)