On Mon, Jul 04, 2005 at 05:28:07PM +0200, Juergen Spitzmueller wrote:

> +     struct tm * chng_tm = localtime(&c.changetime);
> +     char date[50];
> +     strftime(date, sizeof(date),
> +             lyxrc.date_insert_format.c_str(), chng_tm);
> +     return string(date);

I can't help but feel that this should be in a support function
somewhere else?

regards
john

Reply via email to