From: Till H. <ti...@ha...> - 2006-01-28 15:43:13
|
Hi, just to answer my own bug report :-) On Saturday 28 January 2006 15:19, Till Harbaum wrote: > Up 0 days 01:33:58@=E2=96=92 (the last two chars are garbled and two spa= ces before > the 0 are missing) > instead of > Up 0 days 01:35:56 This was due to a bug in the eval() routine in evaluator.c. The problem:=20 strncpy does not add a trailing 0, if it truncates a string. Therefore one= =20 has to manually add the string termination char. Fixed in the CVS. Till =2D-=20 Dr.Ing. Till Harbaum <ti...@ha...> http://www.harbaum.org/till |