Ivan Shmakov wrote: > >> + vsprintf (buffer, template, ap); > > > It would be nice to use vsnprintf(), but we would need to check that > > it's available (it's not in C89). > > ... And to use Gnulib-provided one if it isn't?
I wouldn't bother adding an additional dependency. Given the large size of the GRASS codebase and the relatively small number of developers, pragmatism wins over perfectionism. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
