From 9279cf377b2c217245f7e98df3ded60fc581b23a Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 24 Apr 2006 13:15:13 +0000 Subject: Update to 3.40 PR: 96219 Submitted by: Ports fury --- math/topaz/files/patch-topaz::tpv2ps.cc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'math/topaz/files') diff --git a/math/topaz/files/patch-topaz::tpv2ps.cc b/math/topaz/files/patch-topaz::tpv2ps.cc index 5177744ef353..ad7fecc271e3 100644 --- a/math/topaz/files/patch-topaz::tpv2ps.cc +++ b/math/topaz/files/patch-topaz::tpv2ps.cc @@ -1,5 +1,5 @@ ---- topaz/tpv2ps.cc.orig Fri Jun 27 14:35:40 2003 -+++ topaz/tpv2ps.cc Thu Jul 24 02:50:11 2003 +--- topaz/tpv2ps.cc.orig Sun Oct 16 22:21:44 2005 ++++ topaz/tpv2ps.cc Sun Apr 23 03:11:39 2006 @@ -31,8 +31,6 @@ #include #include @@ -9,11 +9,10 @@ extern int errno; #include "vectdefs.h" -@@ -63,31 +61,31 @@ - +@@ -64,30 +62,30 @@ #define buffersize 1024 --char* entry[] = { + static char entry[13][100] = { - {"Times-Roman-Q"}, - {"Times-Bold-Q"}, - {"Times-Italic-Q"}, @@ -27,7 +26,6 @@ - {"Courier-Oblique-Q"}, - {"Courier-BoldOblique-Q"}, - {"Symbol"} -+static const char *entry[] = { + "Times-Roman-Q", + "Times-Bold-Q", + "Times-Italic-Q", @@ -43,7 +41,7 @@ + "Symbol" }; --char* kentry[] = { + static char kentry[8][100] = { - {"Ryumin-Light-H"}, - {"Ryumin-Light-H"}, - {"Ryumin-Light-H"}, @@ -52,7 +50,6 @@ - {"GothicBBB-Medium-H"}, - {"GothicBBB-Medium-H"}, - {"GothicBBB-Medium-H"}, -+static const char *kentry[] = { + "Ryumin-Light-H", + "Ryumin-Light-H", + "Ryumin-Light-H", -- cgit v1.2.3