1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/comms/splat/files/patch-utils_fontdata.c
Diane Bruce 1ae9a88237 - tidy up header
- options for various versions of splat!
- add LICENSE
- update to 1.4.0

This release introduces a new contour smoothing feature (used to generate
the graphic shown in Figure 1 below), introduces a color key overlay
to GoogleEarth contour displays, and supplants the Longley-Rice
propagation model with a new Irregular Terrain with Obstructions
Model (ITWOM v3.0) created by Sid Shumate, President of Givens & Bell, Inc.
The ITWOM model promises improved performance and greater accuracy over
the older ITM model used in the past.

Feature safe:	yes
2012-11-05 22:08:20 +00:00

13 lines
288 B
C

--- utils/fontdata.c.orig 2012-11-05 15:44:52.000000000 -0500
+++ utils/fontdata.c 2012-11-05 15:42:54.000000000 -0500
@@ -39,7 +39,8 @@
{
int x;
unsigned char line, input;
- FILE *infile, *outfile;
+ gzFile infile;
+ FILE *outfile;
if (argc==2)
infile=gzopen(argv[1],"rb");