On Thu, 15 Jan 2004, Markus Neteler wrote:
On Thu, Jan 15, 2004 at 12:15:34PM +0100, grass@intevation.de wrote:
> Author: paul
>
> Update of /grassrepository/grass/src/display/d.db
> In directory doto:/tmp/cvs-serv20635/d.db
>
> Modified Files:
> main.c
> Log Message:
> snprintf removal (when updated to 5.7 can use G_asprintf)Hello Paul,
while I don't know anything about snprintf, why not adding
G_asprintf() to 5.3? Then it were solved.Sorry if this is a stupid question,
No not a stupid question at all, in fact in my local installation I have
G_asprintf() compiled into 5.3 (I used it for some tests with the proj
library a while ago).
Really I suppose the idea was just we didn't want to be making too many
'improvements' to 5.3. It would be nice to put it in---actually maybe that
wouldn't be too much work and it woud be good to have there for people who
wanted to make unofficial add-ons and improvements to 5.3/5.4 after it is
released.
At the moment all I was doing was tidying some things up still in
preparation for a 5.3.0 release, and I didn't have time to think about it
more.
Paul