summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files/patch-cvsgraph.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:48:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:48:04 +0000
commit677f6b01f773c874c8c76476a9fa4098b1587c46 (patch)
treeee7982919d2d653594f0c6de279dc7695b66f17f /devel/cvsgraph/files/patch-cvsgraph.c
parentThis port provides full CUPS support for the Konica-Minolta Magicolor 2430DL (diff)
- Update to 1.5.2
- Allow on all archs PR: ports/86389 Submitted by: UEMURA Tetsuya <t_uemura@macome.co.jp> Approved by: maintainer timeout (trevor, 17 days)
Diffstat (limited to '')
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c13
1 files changed, 13 insertions, 0 deletions
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");
+ }
+