[Kst] [Bug 90441] getdata LINCOM doesn't use correct rescaling
constants
Andrew Walker
arwalker at sumusltd.com
Mon Oct 18 21:36:51 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=90441
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2004-10-18 21:36 -------
CVS commit by arwalker:
Fixed index bug.
CCMAIL: 90441-done bugs kde org
M +1 -1 getdata.c 1.16
--- kdeextragear-2/kst/kst/datasources/dirfile/getdata.c #1.15:1.16
@ -989,5 +989,5 @ static int DoIfLincom(struct FormatType
if (L->n_infields > 1) {
tmpbuf = AllocTmpbuff(return_type, *n_read);
- for (i=0; i<L->n_infields; i++) {
+ for (i=1; i<L->n_infields; i++) {
recurse_level++;
if (DoField(F, L->in_fields[i],
More information about the Kst
mailing list