diff options
Diffstat (limited to 'metastore.c')
-rw-r--r-- | metastore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metastore.c b/metastore.c index de1bf07..323525a 100644 --- a/metastore.c +++ b/metastore.c @@ -112,7 +112,7 @@ compare_fix(struct metaentry *real, struct metaentry *stored, int cmp) gid_t gid = -1; uid_t uid = -1; struct utimbuf tbuf; - int i; + unsigned i; if (!real && !stored) { msg(MSG_ERROR, "%s called with incorrect arguments\n", |