[GRASS-SVN] r60439 - grass/branches/releasebranch_7_0/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 23 00:39:08 PDT 2014
Author: mlennert
Date: 2014-05-23 00:39:08 -0700 (Fri, 23 May 2014)
New Revision: 60439
Modified:
grass/branches/releasebranch_7_0/display/d.vect/lines.c
Log:
Correcting wrong variable declaration (fixing #2308 - merge from trunk r60438)
Modified: grass/branches/releasebranch_7_0/display/d.vect/lines.c
===================================================================
--- grass/branches/releasebranch_7_0/display/d.vect/lines.c 2014-05-23 07:37:16 UTC (rev 60438)
+++ grass/branches/releasebranch_7_0/display/d.vect/lines.c 2014-05-23 07:39:08 UTC (rev 60439)
@@ -37,7 +37,7 @@
static int draw_line(int, int, int,
const struct line_pnts *, const struct line_cats *,
const struct color_rgb *, const struct color_rgb *, int,
- const char *, int, int,
+ const char *, double, int,
int, int,
int, double,
struct Colors *,
@@ -194,7 +194,7 @@
int draw_line(int type, int ltype, int line,
const struct line_pnts *Points, const struct line_cats *Cats,
const struct color_rgb *color, const struct color_rgb *fcolor, int chcat,
- const char *symbol_name, int size, int sqrt_flag,
+ const char *symbol_name, double size, int sqrt_flag,
int id_flag, int cats_color_flag,
int default_width, double width_scale,
struct Colors *zcolors,
More information about the grass-commit
mailing list