[Kst] kdeextragear-2/kst/kst/datasources/dirfile

Andrew Walker arwalker at sumusltd.com
Mon Oct 18 21:36:41 CEST 2004


CVS commit by arwalker: 

Fixed index bug.

CCMAIL: 90441-done at 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