[GRASS-dev] [GRASS GIS] #2186: missing ) in ./lib/ogsf/gsd_legend.c

#2186: missing ) in ./lib/ogsf/gsd_legend.c
---------------------+------------------------------------------------------
Reporter: yarma | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version:
Keywords: | Platform: All
      Cpu: All |
---------------------+------------------------------------------------------
in the file lib/ogsf/gsd_legend.c line 384, there is a ) missing before
the closing "

currently
G_warning(_("Unable to show discrete FP range (use list"));
should be
G_warning(_("Unable to show discrete FP range (use list)"));

this typo affect all branch (6.4.4 and 7)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2186&gt;
GRASS GIS <http://grass.osgeo.org>

#2186: missing ) in ./lib/ogsf/gsd_legend.c
------------------------+---------------------------------------------------
  Reporter: yarma | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: minor | Milestone: 6.4.4
Component: LibOpenGL | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
------------------------+---------------------------------------------------
Changes (by hamish):

  * status: new => closed
  * component: Default => LibOpenGL
  * priority: normal => minor
  * version: => svn-trunk
  * milestone: => 6.4.4
  * resolution: => fixed

Comment:

thanks, fixed in all branches.

Hamish

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2186#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>