source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Use size_t in catman to match manpath.h.
@ 2012-06-08 10:33 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2012-06-08 10:33 UTC (permalink / raw)
  To: source

Log Message:
-----------
Use size_t in catman to match manpath.h.
Note this file will not be connected to the build for a little while as
I get the new sqlite3 stuff in.

Modified Files:
--------------
    mdocml:
        catman.c

Revision Data
-------------
Index: catman.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/catman.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lcatman.c -Lcatman.c -u -p -r1.10 -r1.11
--- catman.c
+++ catman.c
@@ -380,7 +380,8 @@ manup(const struct manpaths *dirs, char 
 	char		 dst[MAXPATHLEN],
 			 src[MAXPATHLEN];
 	const char	*path;
-	int		 i, c;
+	size_t		 i;
+	int		 c;
 	size_t		 sz;
 	FILE		*f;
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-08 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-08 10:33 mdocml: Use size_t in catman to match manpath.h kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).