X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/ce4f763b585b472437eaa8223aee79105d7c3087..3df821d1852019b1d849d65ee50cbf551b92bbd6:/manpath.h?ds=inline 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; };