[GRASS5] Re: [GRASS-CVS] frankw: grass/src/raster/r.in.gdal main.c,1.13,1.13.2.1

Markus Neteler neteler at itc.it
Fri May 17 09:58:06 EDT 2002


On Fri, May 17, 2002 at 03:53:04PM +0200, Bernhard Reiter wrote:
> On Fri, May 17, 2002 at 03:37:06PM +0200, grass at intevation.de wrote:
> > Author: frankw
> > 
> > Update of /grassrepository/grass/src/raster/r.in.gdal
> > In directory doto:/tmp/cvs-serv7101
> > 
> > Modified Files:
> >       Tag: releasebranch_26_april_2002_5_0_0
> > 	main.c 
> > Log Message:
> > convert ellps value to lower case per RT bug 1047
> 
> Is this really release critical bug?
> IMO it looks more like it should be only into HEAD.
> 
> > +        /* All the ellipsoid keys in GRASS are lower case.  Eventually we 
> > +           may need to remove this hack.  See bug 1047 in RT bug tracker. */
> > +        if( G_strcasecmp(pszToken,"ellps") == 0 )
> > +            G_tolcase( pszValue );


This fix should be both in HEAD and releasebranch_26_april_2002_5_0_0.

Markus



More information about the grass-dev mailing list