Hi, the older version triggers a GCC warning complaining about format string.
Vaclav On 9 August 2012 17:44, Martin Landa <[email protected]> wrote: > Hi, > > sorry for ignorance, but what is the sense of such changes? > > 2012/8/9 <[email protected]>: >> Author: marisn >> Date: 2012-08-09 04:31:49 -0700 (Thu, 09 Aug 2012) >> New Revision: 52607 >> >> Modified: >> grass/trunk/raster/r.lake/main.c >> grass/trunk/raster/r.lake/r.lake.html > >> if (smap_opt->answer && sdxy_opt->answer) >> - G_fatal_error(_("Both seed map and coordinates cannot be >> specified")); >> + G_fatal_error("%s", _("Both seed map and coordinates cannot be >> specified")); > > Martin > > -- > Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
