|
From: Tatsuro M. <tma...@ya...> - 2009-12-03 12:09:25
|
I have sent it only to Juergen I am forwarding to the list. --- Tatsuro MATSUOKA wrote: > > Hello Juergen > > You are right. > > I am attaching a corrected patch. > > Regards > > Tatsuro > > --- Juergen Wieferink wrote: > > > Am Donnerstag, 3. Dezember 2009 schrieb Tatsuro MATSUOKA: > > > Hello Petr > > > > > > Thank you for your advise. > > > > > > I am attaching a new patch with advise by Petr. > > > > > > Regards > > > > > > Tatsuro > > > > > +#ifdef HAVE_SNPRINTF > > snprintf(last_error_msg, MAX_LINE_LEN, "%s Lua context closed.", msg); > > - > > +#else > > + sprintf(last_error_msg, MAX_LINE_LEN, "%s Lua context closed.", msg); > > +#endif > > + > > > > I may be wrong, but isn't it > > > > sprintf(last_error_msg, "%s Lua context closed.", msg); > > > > > > > > Juergen > > > > > > > -------------------------------------- > Learn more about HIV/AIDS - Red Ribbon Campaign 2009 > http://pr.mail.yahoo.co.jp/redribbon/ -------------------------------------- Learn more about HIV/AIDS - Red Ribbon Campaign 2009 http://pr.mail.yahoo.co.jp/redribbon/ |