Markus Neteler wrote: > >> sorry for ignorance, but what is the sense of such changes? > > > > None. Fixed in r52626. > > There is another on in r52516.
Not any more ;) FWIW, if anyone wants to check for genuine format string issues, configure --without-nls then compile with -Wformat-security. With NLS disabled, the _() macro just returns its argument, so you won't get warnings for translated string literals. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
