From f1120c542b0577e236401251c9af324555049408 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manpath.h') diff --git a/manpath.h b/manpath.h index 167ee010..2fe1b36e 100644 --- a/manpath.h +++ b/manpath.h @@ -1,4 +1,4 @@ -/* $Id: manpath.h,v 1.5 2011/12/13 20:56:46 kristaps Exp $ */ +/* $Id: manpath.h,v 1.6 2012/06/08 10:32:40 kristaps Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -23,7 +23,7 @@ * databases. */ struct manpaths { - int sz; + size_t sz; char **paths; }; -- cgit v1.2.3-56-ge451