=================================================================== RCS file: /cvs/mandoc/Attic/manpath.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/Attic/manpath.h 2011/12/13 20:56:46 1.5 +++ mandoc/Attic/manpath.h 2012/06/08 10:32:40 1.6 @@ -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; };