diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-24 13:15:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-24 13:15:13 +0000 |
commit | 9279cf377b2c217245f7e98df3ded60fc581b23a (patch) | |
tree | 91c73a6abaa4463ffa98586c39a8d117cd2e836e /math/topaz/files | |
parent | Update to 1.5 (diff) |
Update to 3.40
PR: 96219
Submitted by: Ports fury
Diffstat (limited to 'math/topaz/files')
-rw-r--r-- | math/topaz/files/patch-topaz::tpv2ps.cc | 13 |
1 files changed, 5 insertions, 8 deletions
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 <math.h> #include <string> @@ -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", |