openbsd-ports/graphics/gmt/patches/patch-src_gmt_support_c
cathcart 79f47a17ca import graphics/gmt
DESCR:
GMT is an open source collection of ~60 tools for manipulating
geographic and Cartesian data sets (including filtering, trend fitting,
gridding, projecting, etc.) and producing PostScript illustrations
ranging from simple x-y plots via contour maps to artificially
illuminated surfaces and 3-D perspective views. GMT supports ~30 map
projections and transformations and comes with support data such as
coastlines, rivers, and political boundaries.
 
Flavors:
        high: adds high resolution coastline data
 
        full: adds full resolution coastline data
 
ok alek@
2005-11-02 00:02:50 +00:00

13 lines
440 B
Plaintext

$OpenBSD: patch-src_gmt_support_c,v 1.1.1.1 2005/11/02 00:02:50 cathcart Exp $
--- src/gmt_support.c.orig Thu Sep 23 22:17:42 2004
+++ src/gmt_support.c Tue Nov 1 23:29:24 2005
@@ -5911,7 +5911,7 @@ void GMT_list_custom_symbols (void)
/* Opens up GMT_Custom_Symbols.lis and dislays the list of custom symbols */
FILE *fp;
- char list[256], buffer[256];
+ char list[256], buffer[BUFSIZ];
/* Open the list in $GMTHOME/share */