mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
1ae9a88237
- 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
13 lines
288 B
C
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");
|