Re: [ng-spice-devel] [ng-spice-bugs] Bug in polyfit.c (fwd)
On Fri, Oct 13, 2000 at 12:09:53PM +0200, Paolo Nenzi wrote:
>
> ---------- Forwarded message ----------
> Date: Sat, 30 Sep 2000 01:03:37 +0200
> From: Daniele Gordini <dgordini@guest.deis.unibo.it>
> Reply-To: ng-spice-bugs@ieee.ing.uniroma1.it
> To: ng-spice-bugs@ieee.ing.uniroma1.it
> Subject: [ng-spice-bugs] Bug in polyfit.c
>
>
> memcpy((char *) ydata, (char *) mat2, n * sizeof
> (double));
>
> which is incorrect, it should be:
>
> memcpy((char *) mat2, (char *) ydata, n * sizeof (double));
>
Applied.
--
Arno
PGP signature
Partial thread listing: