From 677f6b01f773c874c8c76476a9fa4098b1587c46 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 8 Oct 2005 19:48:04 +0000 Subject: - Update to 1.5.2 - Allow on all archs PR: ports/86389 Submitted by: UEMURA Tetsuya Approved by: maintainer timeout (trevor, 17 days) --- devel/cvsgraph/files/patch-cvsgraph.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/cvsgraph/files/patch-cvsgraph.c (limited to 'devel/cvsgraph/files/patch-cvsgraph.c') diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c new file mode 100644 index 000000000000..fd0765853485 --- /dev/null +++ b/devel/cvsgraph/files/patch-cvsgraph.c @@ -0,0 +1,13 @@ +--- cvsgraph.c.orig Wed Jun 15 05:36:59 2005 ++++ cvsgraph.c Wed Sep 21 11:06:22 2005 +@@ -191,8 +191,8 @@ + { + printf("%sdtext.rev : ", p); + dump_rev("", d->rev); +- printf("%sdtext.log : %d bytes\n", p, d->log ? strlen(d->log) : -1); +- printf("%sdtext.text : %d bytes\n", p, d->text ? strlen(d->text) : -1); ++ printf("%sdtext.log : %ld bytes\n", p, d->log ? (long) strlen(d->log) : -1); ++ printf("%sdtext.text : %ld bytes\n", p, d->text ? (long) strlen(d->text) : -1); + printf("\n"); + } + -- cgit v1.2.3