summaryrefslogtreecommitdiff
path: root/www/htmldoc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/htmldoc/patches/patch-ab')
-rw-r--r--www/htmldoc/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/htmldoc/patches/patch-ab b/www/htmldoc/patches/patch-ab
deleted file mode 100644
index cf29b9b00cd..00000000000
--- a/www/htmldoc/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/05/13 01:16:23 dmcmahill Exp $
-
---- ps-pdf.cpp.orig Thu Jan 7 19:28:30 1999
-+++ ps-pdf.cpp Sat May 12 21:09:09 2001
-@@ -2807,5 +2807,5 @@
-
- if (Verbosity)
-- progress_update(100 - 100 * (*y) / PagePrintLength);
-+ progress_update((int)(100 - 100 * (*y) / PagePrintLength));
-
- if (t->halignment == ALIGN_LEFT)
-@@ -2991,5 +2991,5 @@
-
- if (Verbosity)
-- progress_update(100 - 100 * (*y) / PagePrintLength);
-+ progress_update((int)(100 - 100 * (*y) / PagePrintLength));
- };
-