From 1d3922ed025e3a5e6c01197099d9ddc1b1702fb4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 8 Jun 2012 10:32:40 +0000 Subject: Use size_t in manpath instead of int. --- manpath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manpath.h') diff --git a/manpath.h b/manpath.h index 030e4f0e..9331df9f 100644 --- a/manpath.h +++ b/manpath.h @@ -23,7 +23,7 @@ * databases. */ struct manpaths { - int sz; + size_t sz; char **paths; }; -- cgit