martinl
1
Hi,
2011/11/24 <svn_grass@osgeo.org>:
/\* see what can be done to convert'em \-A\.Sh\.
\* gscale = G\_define\_flag \(\);
- * gscale->key = 'G';
+ * gscale->key = 'g';
* gscale->description = "Output greyscale instead of color";
*/
it seems that this change breaks backward compatibility in G6.
Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
Hamish
2
Martin wrote:
Subject: [GRASS-dev] Re: [GRASS-SVN] r49345 - grass/branches/releasebranch_6_4/raster/r.out.png
To: grass-dev@lists.osgeo.org
Date: Thursday, November 24, 2011, 1:30 AM
Hi,
2011/11/24 <svn_grass@osgeo.org>:
> /* see what can be done to convert'em -A.Sh.
> * gscale = G_define_flag ();
> - * gscale->key = 'G';
> + * gscale->key = 'g';
> * gscale->description = "Output greyscale instead of color";
> */
it seems that this change breaks backward compatibility in
G6.
AFAICT that's been commented out since forever, so no problem.
(at least since before 5.0.0)
Hamish
ps- tested with a really old libpng 1.2.15, it built & ran ok.
neteler
3
On Thu, Nov 24, 2011 at 12:05 PM, Hamish <hamish_b@yahoo.com> wrote:
Martin wrote:
Subject: [GRASS-dev] Re: [GRASS-SVN] r49345 - grass/branches/releasebranch_6_4/raster/r.out.png
To: grass-dev@lists.osgeo.org
Date: Thursday, November 24, 2011, 1:30 AM
Hi,
2011/11/24 <svn_grass@osgeo.org>:
> /* see what can be done to convert'em -A.Sh.
> * gscale = G_define_flag ();
> - * gscale->key = 'G';
> + * gscale->key = 'g';
> * gscale->description = "Output greyscale instead of color";
> */
it seems that this change breaks backward compatibility in
G6.
AFAICT that's been commented out since forever, so no problem.
(at least since before 5.0.0)
Yes, that's why I took liberty to change it.
Hamish
ps- tested with a really old libpng 1.2.15, it built & ran ok.
ok good!
Markus
martinl
4
Hi,
2011/11/24 Markus Neteler <neteler@osgeo.org>:
> /* see what can be done to convert'em -A.Sh.
> * gscale = G_define_flag ();
> - * gscale->key = 'G';
> + * gscale->key = 'g';
> * gscale->description = "Output greyscale instead of color";
> */
it seems that this change breaks backward compatibility in
G6.
AFAICT that's been commented out since forever, so no problem.
(at least since before 5.0.0)
Yes, that's why I took liberty to change it.
sorry for noise, I just overlooked that this part is commented-out.
Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa